Differences
This shows you the differences between the selected revisions of the page.
2020-02-22 | 2020-02-22 | ||
better syntax for usernames with email and passwords with special characters (37.165.68.9) | old revision restored - thanks, but this is not a guide for using wget (martin) | ||
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> | ||