/ Published in: Bash
Used to get file. First one is done via http. Second is done via FTP.
Expand |
Embed | Plain Text
# http wget -t 45 -c --ignore-length http://fileurl #ftp wget ftp://user:pass@www.domain.com/pathtofile
You need to login to post a comment.
