|
![]() |
|
| Author |
|
|||||||
|
HeardY
Posts: 13020
Location: Sydney, New South Wales
|
Does anyone have a newbs guide to it? Essentially I want to know if I can wget a file from one site to my hosting without physically downloading (local) and uploading (to hosting) do i need some leety access to the box to do this? |
|||||||
| #0 11:21pm 24/01/06 |
|
|||||||
|
system
|
--
|
|||||||
| #0 |
|
|||||||
|
TicMan
Posts: 508
Location: Brisbane, Queensland
|
Need some type of console access, either terminal services or ssh.
Failing that, you could write a bit of code that acts like a download manager.. submit a URL to the database, it checks periodically whats in the database thats new and then goes download it. |
|||||||
| #1 11:23pm 24/01/06 |
|
|||||||
|
HeardY
Posts: 13021
Location: Sydney, New South Wales
|
thanks man
I *think* i am allowed ssh access - yes, they are allowing a newb like me that sorted of access :P |
|||||||
| #2 11:25pm 24/01/06 |
|
|||||||
|
TicMan
Posts: 509
Location: Brisbane, Queensland
|
Hah, in that case it's easy.. just 'wget http://a.porn.site.com/tittys.mpg'
|
|||||||
| #3 11:48pm 24/01/06 |
|
|||||||
|
typo
Posts: 4683
Location: Brisbane, Queensland
|
ssh is just secure telent. (pretty much)
|
|||||||
| #4 12:09am 25/01/06 |
|
|||||||
|
HeardY
Posts: 13022
Location: Sydney, New South Wales
|
heh, bloody simple, just logged into my control panel and gave myself shell access :)
It will take a few hours to update apparently, will try again in the morning |
|||||||
| #5 12:27am 25/01/06 |
|
|||||||
|
Tyrone
Posts: 212
Location: Brisbane, Queensland
|
tyrone@host:~$ wget http://www.naughty-teenagers.com/galleries/images/ --mirror
|
|||||||
| #6 07:48am 25/01/06 |
|
|||||||
|
natslovR
Posts: 4720
Location: Canberra, Australian Capital Territory
|
HeardY
Play with wget locally first and make sure you are getting what you want. with the wrong options you could download every .mpg on the internet to your site. Not that that would be a bad thing |
|||||||
| #7 10:01am 25/01/06 |
|
|||||||
|
Tung
Posts: 3761
Location: Brisbane, Queensland
|
lol heardy is a noob, dont break stuff k
|
|||||||
| #8 10:06am 25/01/06 |
|
|||||||
|
Obes
Posts: 4153
Location: Brisbane, Queensland
|
To call heardy a noob is an insult to noobs
|
|||||||
| #9 10:58am 25/01/06 |
|
|||||||
|
Insom
Posts: 635
Location: Brisbane, Queensland
|
failing that your account will sometimes have (deliberately or otherwise) net access that you can use via the web access methods in PHP or whatever language the box0r has
I have to do this because I have ssh access but the range of shell commands is extremely limited, basically cp mv mkdir etc and the text editor is vi. Even chmod is missing. |
|||||||
| #10 06:59pm 25/01/06 |
|
|||||||
|
HeardY
Posts: 13023
Location: Sydney, New South Wales
|
lol thanks obes!
so yeah anyways, I've been away for a few days, please to say - I've nailed wget :) there is nothing like mirroring the interwebs at 10mb+ a sec :D |
|||||||
| #11 10:09pm 27/01/06 |
|
|||||||
|
system
|
--
|
|||||||
| #11 |
|
|||||||
|
| ||||||||