commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2009-05-20 | 2009-06-30 | ||
mysession (martin) | 4.2.2 bug 396 (martin) | ||
Line 10: | Line 10: | ||
winscp.exe [mysession] /upload file1 file2 file3 ... [/defaults] | winscp.exe [mysession] /upload file1 file2 file3 ... [/defaults] | ||
winscp.exe [mysession] [/privatekey=<key_file>] [/hostkey=<fingerprint>] | winscp.exe [mysession] [/privatekey=<key_file>] [/hostkey=<fingerprint>] | ||
- | winscp.exe [mysession] [/timeout=<sec>] [/passive] | + | winscp.exe [mysession] [/passive] [/implicit|explicitsslexplicittls] |
+ | winscp.exe [mysession] [/timeout=<sec>] | ||
winscp.exe [/console] [/script=script_file] [/command command1 command2 ...] | winscp.exe [/console] [/script=script_file] [/command command1 command2 ...] | ||
winscp.exe /ini=<inifile> /log=<logfile> | winscp.exe /ini=<inifile> /log=<logfile> | ||
Line 38: | Line 39: | ||
Parameter ''/passive'' enables [[ui_login_connection#passive_mode|passive mode]] (FTP protocol only). | Parameter ''/passive'' enables [[ui_login_connection#passive_mode|passive mode]] (FTP protocol only). | ||
+ | |||
+ | Parameters ''/implicit'', ''/explicitssl'' and ''/explicittls'' enable respective [[ftps#methods_of_invoking|methods of invoking FTPS]]. | ||
When using [[scripting]], use ''[[script_commands#open|open]]'' command (and its switches) instead. This allows you settings [[script_commands#option|script options]] before starting session. | When using [[scripting]], use ''[[script_commands#open|open]]'' command (and its switches) instead. This allows you settings [[script_commands#option|script options]] before starting session. |