Re: Disable Endurance .filepart in batch script
Use
https://winscp.net/eng/docs/scriptcommand_put
You can have WinSCP GUI generate a code template for you:
https://winscp.net/eng/docs/guide_automation#generating
-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/guide_automation#generating