Re: How to modify the directory listing in .net assembly
Use
Or make it working in GUI and have it generate a code template for you:
https://winscp.net/eng/docs/ui_generateurl#code
ListingCommand
raw session setting to specify custom command for directory listing that's compatible with WinSCP:
sessionOptions.AddRawSettings("ListingCommand", "ls -la");
Or make it working in GUI and have it generate a code template for you:
https://winscp.net/eng/docs/ui_generateurl#code