commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2025-04-13 | 2025-04-13 | ||
1 (79.124.49.14) (hidden) (untrusted) | 1 (79.124.49.14) (hidden) (untrusted) | ||
Line 56: | Line 56: | ||
winscp.com /help | winscp.com /help | ||
</code> | </code> | ||
+ | |||
+ | |||
==== [[session]] Session ==== | ==== [[session]] Session ==== | ||
- | The first syntax opens the [[session_configuration#site|site]]. To open site, stored in folder, use path syntax "folder/site". You can also open [[workspace|workspace]] or all sites in site folder. | + | The first syntax opens the [[session_configuration#site|site]]. To open site, stored in folder, use path syntax &quot;folder/site&quot;. You can also open [[workspace|workspace]] or all sites in site folder. |
The second creates the session specified by [[session_url|session URL]] and optionally by initial remote path. If the remote path is not ended by slash (''/''), it is treated as path to file (or even directory) that should be [[task_download#url|downloaded]]. | The second creates the session specified by [[session_url|session URL]] and optionally by initial remote path. If the remote path is not ended by slash (''/''), it is treated as path to file (or even directory) that should be [[task_download#url|downloaded]]. | ||
Line 90: | Line 92: | ||
Examples: | Examples: | ||
- | <code batch> | + | &lt;code batch&gt; |
- | winscp.exe "My site" | + | winscp.exe &quot;My site&quot; |
- | winscp.exe sftp://martin:password@example.com/ /hostkey="ssh-rsa 2048 xxxxxxxxxxx..." | + | winscp.exe sftp://martin:password@example.com/ /hostkey=&quot;ssh-rsa 2048 xxxxxxxxxxx...&quot; |
winscp.exe scp://test@example.com:2222/ /privatekey=mykey.ppk | winscp.exe scp://test@example.com:2222/ /privatekey=mykey.ppk | ||
winscp.exe ftps://martin:password@example.com/ | winscp.exe ftps://martin:password@example.com/ | ||
- | </code> | + | &lt;/code&gt; |
==== [[logging]] Logging ==== | ==== [[logging]] Logging ==== |