commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2011-09-15 | 2011-09-15 | ||
bug 669 /passive=on|off (martin) | bug 520 /rawsettings (martin) | ||
Line 12: | Line 12: | ||
winscp.exe [mysession] [/passive[=on|off]] [/implicit|explicitssl|explicittls] | winscp.exe [mysession] [/passive[=on|off]] [/implicit|explicitssl|explicittls] | ||
winscp.exe [mysession] [/timeout=<sec>] | winscp.exe [mysession] [/timeout=<sec>] | ||
+ | winscp.exe [mysession] [/rawsettings setting1=value1 setting2=value2 ...] | ||
winscp.exe [/console] [/script=script_file] [/command command1 command2 ...] [/parameter param1 ...] | winscp.exe [/console] [/script=script_file] [/command command1 command2 ...] [/parameter param1 ...] | ||
winscp.exe /ini=<inifile> /log=<logfile> /xmllog=<logfile> | winscp.exe /ini=<inifile> /log=<logfile> /xmllog=<logfile> | ||
Line 41: | Line 42: | ||
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]]. | ||
+ | |||
+ | Parameter ''/rawsettings'' allows configuring any session settings using raw format as in an INI file. E.g. to enable SSH compression and agent forwarding use ''/rawsettings Compression=1 AgentFwd=1''. &beta_feature | ||
When using [[scripting]], use ''[[scriptcommand_open|open]]'' command (and its switches) instead. This allows you settings [[scriptcommand_option|script options]] before starting session. | When using [[scripting]], use ''[[scriptcommand_open|open]]'' command (and its switches) instead. This allows you settings [[scriptcommand_option|script options]] before starting session. |