Post a reply

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

martin

Re: Session.Putfiles method question

The first.
Visitor

Session.Putfiles method question

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