session_url » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2013-10-24 | 2013-10-24 | ||
example with fingerprint and save (martin) | movign ;save to integration (martin) | ||
Line 4: | Line 4: | ||
===== Syntax ===== | ===== Syntax ===== | ||
- | [ sftp|ftp|ftps|scp :// ][ <username> [ : <password> ] [ ; <fingerprint> ] @ ] <host> [ : <port> ] [ ; <options> ] | + | [ sftp|ftp|ftps|scp :// ][ <username> [ : <password> ] [ ; <fingerprint> ] @ ] <host> [ : <port> ] |
===== Elements ===== | ===== Elements ===== | ||
Line 28: | Line 28: | ||
For example WinSCP fingerprint ''ssh-rsa 2048 ee:f3:c1:59:4d:b4:e2:c5:da:22:3a:6e:97:a0:28:29'' converts to ''ssh-rsa-ee-f3-c1-59-4d-b4-e2-c5-da-22-3a-6e-97-a0-28-29''. | For example WinSCP fingerprint ''ssh-rsa 2048 ee:f3:c1:59:4d:b4:e2:c5:da:22:3a:6e:97:a0:28:29'' converts to ''ssh-rsa-ee-f3-c1-59-4d-b4-e2-c5-da-22-3a-6e-97-a0-28-29''. | ||
- | |||
- | ===== Saving URL to Site ===== | ||
- | |||
- | To make WinSCP [[session_configuration#site|save session settings]] provided by URL to a site instead of opening a session, add URL option ''save''. | ||
- | |||
- | &beta_feature | ||
- | |||
- | Options are separated by a semicolon ('';'') from the actual URL. | ||
- | |||
- | The ''save'' option can be used, when using session URL on [[commandline|command-line]] only. But particularly it is useful, when providing session settings using [[integration#url|a hyperlink (on a web page)]]. For SFTP/SCP URL this should be combined with including [[session_url#hostkey|SSH host key fingerprint in the URL]]. | ||
===== Special Characters ===== | ===== Special Characters ===== | ||
Line 60: | Line 50: | ||
ftp://127.0.0.1:2121 | ftp://127.0.0.1:2121 | ||
ftp://[2001:db8:85a3:8d3:1319:8a2e:370:7348]:2121 | ftp://[2001:db8:85a3:8d3:1319:8a2e:370:7348]:2121 | ||
- | sftp://martin:mypassword;fingerprint=ssh-rsa-xx-xx-xx-xx-xx-xx-xx-xx-xx-xx-xx-xx-xx-xx-xx-xx@example.com;save | ||
- | |||
- | |||