Differences
This shows you the differences between the selected revisions of the page.
| 2016-07-28 | 2016-07-28 | ||
| typo (martin) | show how to keep using ftp + typo (martin) | ||
| Line 57: | Line 57: | ||
| open sftp://username:password@sftp.example.com/ | open sftp://username:password@sftp.example.com/ | ||
| </code> | </code> | ||
| + | |||
| + | Replace the ''%%sftp://%%'' with the ''%%ftp://%%'', if you keep using the FTP protocol. | ||
| ===== Converting Commands ===== | ===== Converting Commands ===== | ||
| Line 238: | Line 240: | ||
| </code> | </code> | ||
| - | convert to: | + | converts to: |
| <code winscp> | <code winscp> | ||
| open sftp://username:password@sftp.example.com/ | open sftp://username:password@sftp.example.com/ | ||
| </code> | </code> | ||
| + | |||
| + | Replace the ''%%sftp://%%'' with the ''%%ftp://%%'', if you keep using the FTP protocol. | ||
| ==== prompt ==== | ==== prompt ==== | ||
| Line 314: | Line 318: | ||
| open sftp://username:password@sftp.example.com/ | open sftp://username:password@sftp.example.com/ | ||
| </code> | </code> | ||
| + | |||
| + | Replace the ''%%sftp://%%'' with the ''%%ftp://%%'', if you keep using the FTP protocol. | ||
| ==== verbose ==== | ==== verbose ==== | ||
| Line 352: | Line 358: | ||
| exit | exit | ||
| </code> | </code> | ||
| + | |||
| + | Replace the ''%%sftp://%%'' with the ''%%ftp://%%'', if you keep using the FTP protocol. | ||