Re: WinSCP.Net Directory structure
WinSCP won't do it for you.
But it's easy to implement. Just call
There's an example for a download, if it helps you:
https://winscp.net/eng/docs/script_download_files_to_same_folder
But it's easy to implement. Just call
Directory.EnumerateFiles
and call Session.PutFiles
for each found file.
There's an example for a download, if it helps you:
https://winscp.net/eng/docs/script_download_files_to_same_folder