Get files (wget)


/ Published in: Bash
Save to your folder(s)

Used to get file. First one is done via http. Second is done via FTP.


Copy this code and paste it in your HTML
  1. # http
  2. wget -t 45 -c --ignore-length http://fileurl
  3.  
  4. #ftp
  5. wget ftp://user:pass@www.domain.com/pathtofile

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.