commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2011-09-15 | 2011-09-15 | ||
/xmllog in syntax, /xmllog is beta feature, typo (martin) | bug 669 /passive=on|off (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] [/passive] [/implicit|explicitssl|explicittls] | + | winscp.exe [mysession] [/passive[=on|off]] [/implicit|explicitssl|explicittls] |
winscp.exe [mysession] [/timeout=<sec>] | winscp.exe [mysession] [/timeout=<sec>] | ||
winscp.exe [/console] [/script=script_file] [/command command1 command2 ...] [/parameter param1 ...] | winscp.exe [/console] [/script=script_file] [/command command1 command2 ...] [/parameter param1 ...] | ||
Line 38: | Line 38: | ||
Parameter ''/hostkey'' specifies fingerprint of expected host key (or several alternative fingerprints separated by semicolon). It makes WinSCP automatically [[ssh#verifying_the_host_key|accept hostkey]] with the fingerprint. | Parameter ''/hostkey'' specifies fingerprint of expected host key (or several alternative fingerprints separated by semicolon). It makes WinSCP automatically [[ssh#verifying_the_host_key|accept hostkey]] with the fingerprint. | ||
- | Parameter ''/passive'' enables [[ui_login_connection#passive_mode|passive mode]] ([[FTP]] protocol only). | + | Parameter ''/passive'' enables [[ui_login_connection#passive_mode|passive]] (''=on'') or active (''=off'') transfer mode ([[FTP]] protocol only). &beta_feature |
Parameters ''/implicit'', ''/explicitssl'' and ''/explicittls'' enable respective [[ftps#methods_of_invoking|methods of invoking FTPS]]. | Parameters ''/implicit'', ''/explicitssl'' and ''/explicittls'' enable respective [[ftps#methods_of_invoking|methods of invoking FTPS]]. |