Differences
This shows you the differences between the selected revisions of the page.
2008-05-23 | 2011-05-24 | ||
term commander/explorer interface (martin) | session_configuration#stored and session_url (martin) | ||
Line 9: | Line 9: | ||
You can also copy file URL to clipboard. URL will be in format: | You can also copy file URL to clipboard. URL will be in format: | ||
<code><protocol>://<session>/<path>/<filename></code> | <code><protocol>://<session>/<path>/<filename></code> | ||
- | where ''protocol'' is "sftp", "ftp" or "scp" and ''session'' is name of currently opened [[ui_login_stored_sessions|stored session]] or ''user@host''. This is URL format that WinSCP understands, when registered to handle [[integration#url|SFTP and SCP protocols URL addresses]]. | + | where ''protocol'' is protocol name and ''session'' is name of currently opened [[session_configuration#stored|stored session]] or ''user@host'' (see [[session_url|session URL]]). This is URL format that WinSCP understands, when registered to handle [[integration#url|SFTP and SCP protocols URL addresses]]. |
See [[custom_commands#url|example of custom command]] that puts HTTP (web page) URL of file to clipboard. | See [[custom_commands#url|example of custom command]] that puts HTTP (web page) URL of file to clipboard. |