Post a reply

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

questrr

Disable Endurance .filepart in batch script

How can I disable endurance via a script? The file upload is used in a batch file and the unwanted functionality uploads files by adding a '.filepart' extension to the file and then changes the name to the original file name when the upload completes? This needs to be disabled. The GUI is not being used by the way, only command line. For example the below parameters have been tried to disable this feature without success.

open sftp://user:pass@ftp.com:100022 ResumeSupport=2
open sftp://user:pass@ftp.com:100022 ResumeSupport=2 Endurance=Disable