help please .....for shell
(Click here to view the original thread with full colors/images)Posted by: dreamtracker
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
Posted by: 4play
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.
Posted by: dreamtracker
yessss...
you are awesome :)
thx very appreciate
