Use curl instead wget

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Manuel_
    Banned
    • May 2005
    • 120

    Use curl instead wget

    If your hosting provider allows a jailshell and you don't have access to wget, you can use curl to grab files. Here is how you grab a file:

    curl -O http://www.accutest.com/file.extIf you accidentally get disconnected, you can easily resume using

    curl -C - -O http://www.accutest.com/file.extOr use the second command by default so you can simply pull it out from history
    Last edited by admin; 08-12-2015, 07:48 AM.
Working...
X