Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

dmuller

WinSCP.Net Directory structure

I am using
transferResult = session.PutFiles(localDirectory, "/*.*", false, transferOptions);

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?