WinSCP.Net Directory structure
I am using
Where localDirectory is c:\temp\
But it wants to recreate the local directory structure in the remote location.
How do I just get it to put the files, without the structure, and not including any sub folders?
transferResult = session.PutFiles(localDirectory, "/*.*", false, transferOptions);
But it wants to recreate the local directory structure in the remote location.
How do I just get it to put the files, without the structure, and not including any sub folders?