SA-MP Forums Archive
VPS wget help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: VPS wget help (/showthread.php?tid=554650)



VPS wget help - Barnwell - 04.01.2015

when i use command wget <link>

tell me wget: cmd error

and when i use command wget only

tell me

USAGE: wget [options] [url]

what the options?


Re: VPS wget help - Lordzy - 04.01.2015

http://linux.about.com/od/commands/l/blcmdl1_wget.htm


Re: VPS wget help - www - 04.01.2015

Install wget:

On Debian/Ubutnu:

Код:
# apt-get install wget
On CentOS/Fedora:

Код:
# yum install wget