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

martin

Re: Filepart

Use:

winscp.com /command "option batch abort" "option confirm off" "open test:test@test.com/" "put -resumesupport=off testfile.csv /foldernew/" "exit"
Cocono1

Filepart

Hi there,

I am currently transferring a file via a batch file. The file of over 100K so WINSCP is adding .filepart which is causing an issue for the person I am transferring the file to.

How do I prevent this in my batch code?

I have about read -resumesupport as below but I don't understand how to apply this

To configure transfer to temporary file name in scripting, use -resumesupport switch of file transfer commands

My command looks like:

winscp.com /command "option batch abort" "option confirm off" "open test:test@test.com/" "put testfile.csv /foldernew/" "exit"

Thanks