Differences
This shows you the differences between the selected revisions of the page.
2014-02-05 | 2014-07-21 | ||
session url should end with slash (martin) | syntax highlighting (martin) | ||
Line 34: | Line 34: | ||
As opposite to ''ftp.exe'', WinSCP by default uses interactive mode, even when script is used. So your WinSCP script should typically start with following commands to enable batch mode and to turn off overwrite confirmations: | As opposite to ''ftp.exe'', WinSCP by default uses interactive mode, even when script is used. So your WinSCP script should typically start with following commands to enable batch mode and to turn off overwrite confirmations: | ||
- | <code> | + | <code winscp> |
option batch abort | option batch abort | ||
option confirm off | option confirm off |