session_url » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
| 2014-02-05 | 2014-02-05 | ||
| fingerprint example (martin) | session url should always include protocol and end with slash (martin) | ||
| Line 4: | Line 4: | ||
| ===== Syntax ===== | ===== Syntax ===== | ||
| - | [ sftp|ftp|ftps|scp :// ][ <username> [ : <password> ] [ ; <fingerprint> ] @ ] <host> [ : <port> ] | + | sftp|ftp|ftps|scp :// [ <username> [ : <password> ] [ ; <fingerprint> ] @ ] <host> [ : <port> ] / |
| ===== Elements ===== | ===== Elements ===== | ||
| Line 47: | Line 47: | ||
| ===== Examples ===== | ===== Examples ===== | ||
| - | sftp://martin:mypassword@example.com | + | sftp://martin:mypassword@example.com/ |
| - | martin%40example.com:4pRte!ai%253@example.com | + | sftp://root@example.com:2222/ |
| - | sftp://root@example.com:2222 | + | ftp://127.0.0.1:2121/ |
| - | example.com | + | ftp://[2001:db8:85a3:8d3:1319:8a2e:370:7348]:2121/ |
| - | ftp://127.0.0.1:2121 | + | |
| - | ftp://[2001:db8:85a3:8d3:1319:8a2e:370:7348]:2121 | + | |
| sftp://martin;fingerprint=ssh-dss-0b-77-8b-68-f4-45-b1-3c-87-ad-5c-be-3b-c5-72-78@example.com/ | sftp://martin;fingerprint=ssh-dss-0b-77-8b-68-f4-45-b1-3c-87-ad-5c-be-3b-c5-72-78@example.com/ | ||