0% found this document useful (0 votes)
136 views2 pages

Disable Endurance .Filepart in Batch Script - Support Forum - WinSCP

Uploaded by

sestidavide.mail
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
136 views2 pages

Disable Endurance .Filepart in Batch Script - Support Forum - WinSCP

Uploaded by

sestidavide.mail
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

1/4/2019 Disable Endurance .

filepart in batch script :: Support Forum :: WinSCP

WinSCP Menu

Forum » Scripting / Automation »

Disable Endurance .filepart in batch script

REPLY TO TOPIC LOG IN

questrr
Joined: 2018-05-08
Posts: 1

Disable Endurance .filepart in batch script 2018-05-08 17:40

REPLY WITH QUOTE

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:[email protected]:100022 ResumeSupport=2

open sftp://user:[email protected]:100022 ResumeSupport=2 Endurance=Disable

martin◆ Site Admin


Joined: 2002-12-10
Posts: 30,501
Location: Prague, Czechia

Re: Disable Endurance .filepart in batch script 2018-05-10

REPLY WITH QUOTE

Use -resumesupport switch of put command:

https://winscp.net/eng/docs/scriptcommand_put

put ... -resumesupport=off

You can have WinSCP GUI generate a code template for you:
https://winscp.net/eng/docs/ui_generateurl#script

REPLY TO TOPIC LOG IN

You can post new topics in this forum

Contribute
https://winscp.net/forum/viewtopic.php?t=26252 1/2
1/4/2019 Disable Endurance .filepart in batch script :: Support Forum :: WinSCP

WinSCP DONATE
Menu

$9 $19 $49 $99

Documentation

Support

Associations

Follow Us

English

WinSCP License WinSCP Privacy Policy

© All rights reserved 2000–2019, WinSCP.net

https://winscp.net/forum/viewtopic.php?t=26252 2/2

You might also like