Differences
This shows you the differences between the selected revisions of the page.
| 2019-09-10 | 2020-02-22 | ||
| formatting (martin) | better syntax for usernames with email and passwords with special characters (37.165.68.9) | ||
| Line 14: | Line 14: | ||
| <code> | <code> | ||
| wget ftp://username:password@otherhost:/path/file ./ | wget ftp://username:password@otherhost:/path/file ./ | ||
| + | </code> | ||
| + | or | ||
| + | <code> | ||
| + | wget -r --ftp-user='myname@email.com' --ftp-password='password' ftp://ip.of.old.host/folder/ | ||
| </code> | </code> | ||