Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 317 Bytes

wget.md

File metadata and controls

17 lines (12 loc) · 317 Bytes

Download data from FTPS server

whet --user <username> --ask-password ftps://<host>/<path>

HTTP mirroring

wget -nv -o <logfile> --mirror -L --limit-rate=<rate> --http-user=<username> --http-passwd=<password> <url>

FTP mirroring

wget -nv --mirror -L ftp://<user>:<password>@<host>/