the true here does that mean it delete the source file?

Advertisement

Philky001
Donor
Joined:
Posts:
20

the true here does that mean it delete the source file?

transferResult = session.PutFiles(file, FileToUpload, true, transferOptions);

Reply with quote

Advertisement

torix
Joined:
Posts:
16
Location:
Norway

Re: the true here does that mean it delete the source file?

Philky001 wrote:

transferResult = session.PutFiles(file, FileToUpload, true, transferOptions);

Yes, it will delete the file (false=copy|true=move).

Reply with quote

Advertisement

You can post new topics in this forum