Transfering files without using temp files in VB Script

Advertisement

geethanaik
Joined:
Posts:
1
Location:
Melbourne

Transfering files without using temp files in VB Script

I am trying to sftp file to the destination server through VB Script written for WinSCP. I am able to send smalle files ~10 KB without any issue but when i try to send bigger file ~300 KB, the file transfered is having a .filepart extention. Is there anyway to transfer files without using the temporary filenames. I have tried the below options but nothing works.

TransferOptions.ResumeSupport = TransferResumeSupport_off

TransferOptions.ResumeSupport = off

TransferOptions.TransferResumeSupport = off

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum