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

Visitor

General question about the session.PutFiles method

in reference to the :
session.PutFiles(@"d:\toupload\*", "/home/user/", true, transferOptions);
When I set the third parameter to true (delete source file),
1 - Does PutFile use a loop where For Each file loaded, delete the corresponding source file (one file at a time)
OR
2 - Does PutFile Loads all files then deletes all source files (batch)

Thanks MikeG