help please .....for shell
hello
one question !!
how to download file torrent trought my shell?
...so
wget http://namesite.com/try.zip
that's know :D
...the site have user and pass
the download dont start :( error connection:pinch:
how to resolve this ?
is possible?
thx in advance:D
Re: help please .....for shell
you could just download the torrent file then ftp it to your server. or use the referer option for wget
wget --referer=http://randomsite.com/randomporn.html http://randomsite.com/test.torrent
this will make the request look like its come from the correct page so it should download.
Re: help please .....for shell
yessss...
you are awesome :)
thx very appreciate