wget:ftp_download
Differences
This shows you the differences between two versions of the page.
wget:ftp_download [2016/07/09 23:26] – created peter | wget:ftp_download [2019/12/04 22:39] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== wget - FTP Download ====== | ||
- | |||
- | You can use wget to perform FTP download as shown below. | ||
- | |||
- | ===== Anonymous FTP download ===== | ||
- | |||
- | <code bash> | ||
- | wget ftp-url | ||
- | </ | ||
- | |||
- | |||
- | ===== FTP download with username and password authentication ===== | ||
- | |||
- | <code bash> | ||
- | wget --ftp-user=USERNAME --ftp-password=PASSWORD DOWNLOAD-URL | ||
- | </ | ||
wget/ftp_download.1468106803.txt.gz · Last modified: 2020/07/15 09:30 (external edit)