commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2014-11-14 | 2014-12-19 | ||
site folders actually use remote path syntax and mask actually do not care what slash is used (martin) | 5.6.3 Replaced -explicittls command-line parameter and switch of open command with -explicit and deprecated -explicitssl. (martin) | ||
Line 12: | Line 12: | ||
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[=on|off]] [/implicit|explicitssl|explicittls] | + | winscp.exe [mysession] [/passive[=on|off]] [/implicit|explicittls] |
winscp.exe [mysession] [/timeout=<sec>] | winscp.exe [mysession] [/timeout=<sec>] | ||
winscp.exe [mysession] [/rawsettings setting1=value1 setting2=value2 ...] | winscp.exe [mysession] [/rawsettings setting1=value1 setting2=value2 ...] | ||
Line 48: | Line 48: | ||
Parameter ''/passive'' enables [[ui_login_connection#connection|passive]] (''=on'') or active (''=off'') transfer mode ([[FTP]] protocol only). | Parameter ''/passive'' enables [[ui_login_connection#connection|passive]] (''=on'') or active (''=off'') transfer mode ([[FTP]] protocol only). | ||
- | Parameters ''/implicit'', ''/explicitssl'' and ''/explicittls'' enable respective [[ftps#methods_of_invoking|methods of invoking FTPS]]. | + | Parameters ''/implicit'', and ''/explicittls'' (''/explicit'' //in the latest beta version//&beta) enable respective [[ftps#methods_of_invoking|method of invoking FTPS]]. |
Parameter ''/rawsettings'' allows configuring any site settings using raw format as in an INI file. E.g. to enable SSH compression and agent forwarding use ''/rawsettings Compression=1 AgentFwd=1''. The parameter must come after session URL. | Parameter ''/rawsettings'' allows configuring any site settings using raw format as in an INI file. E.g. to enable SSH compression and agent forwarding use ''/rawsettings Compression=1 AgentFwd=1''. The parameter must come after session URL. |