Prevent WinSCP from uploading .filepart

1

1

I have 26 files that I'm trying to upload into an SFTP directory I have 0777 on, and WinSCP seems to stream the file with a .filepart extension which it removes once uploaded. The problem I have is that I don't have Rename permissions on the target, so the files fail to upload completely and I'm left with a 1 .filepart file each time.

Is there a setting in WinSCP to stream the upload without setting a .filepart extension during transmission?

spikey_richie

Posted 2020-02-11T15:13:30.613

Reputation: 2 497

Answers

1

I did some more digging after posting the question and found the Endurance settings. Toggling

Enable transfer resume/transfer to temporary filename for

to Disable resolved my issue.

enter image description here

spikey_richie

Posted 2020-02-11T15:13:30.613

Reputation: 2 497

See also the documentation for Automatic Resume / Transfer to Temporary Filename.

– Martin Prikryl – 2020-02-12T06:41:47.503