commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2023-10-20 | 2023-10-20 | ||
1 (182.43.29.139) (hidden) (untrusted) | Restored revision 1697442444. Undoing revisions 1697771145, 1697772238. (martin) (hidden) | ||
Line 53: | Line 53: | ||
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 &quot;folder/site&quot;. 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 "folder/site". 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 88: | Line 87: | ||
Examples: | Examples: | ||
- | &lt;code batch&gt; | + | <code batch> |
- | winscp.exe &quot;My site&quot; | + | winscp.exe "My site" |
- | winscp.exe sftp://martin:password@example.com/ /hostkey=&quot;ssh-rsa 2048 xxxxxxxxxxx...&quot; | + | winscp.exe sftp://martin:password@example.com/ /hostkey="ssh-rsa 2048 xxxxxxxxxxx..." |
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/ | ||
- | &lt;/code&gt; | + | </code> |
==== [[logging]] Logging ==== | ==== [[logging]] Logging ==== |