the true here does that mean it delete the source file?
transferResult = session.PutFiles(file, FileToUpload, true, transferOptions);
Advertisement
Advertisement
transferResult = session.PutFiles(file, FileToUpload, true, transferOptions);
Yes, it will delete the file (false=copy|true=move).
When set totrue
, deletes source local file(s) after transfer. Defaults tofalse
.
Advertisement
You can post new topics in this forum