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

geethanaaik

Thanks

Thank you.
geethanaik

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