| View previous topic :: View next topic |
| Author |
Message |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Fri Mar 16, 2012 6:06 pm Post subject: any way to |
|
|
transfer a file from a website to my website via ftp?
Like in filezilla instead of uploading from the local site (my computer) I want to put in a direct file link.
:\
|
|
| Back to top |
|
 |
Aviar³ Grandmaster Cheater
Reputation: 50
Joined: 03 Jan 2008 Posts: 655 Location: Canada
|
Posted: Sat Mar 17, 2012 5:48 am Post subject: |
|
|
Directly? No, not unless you write a script to do it (not sure if you could do it with a standard server, or if you need a VPS).
_________________
This is the inception of deception, checking the depth of your perception.
 |
|
| Back to top |
|
 |
Dark‮‮ Advanced Cheater
Reputation: 5
Joined: 16 Jun 2011 Posts: 79 Location: <3
|
Posted: Sat Mar 17, 2012 5:58 am Post subject: |
|
|
go on ssh, travel to the folder you want to:
cd "filepath"
wget "file url"
ex;
cd /home/admin/httpd/nihona/public_html/stoof
wget http://crap.com/filename.zip
would download the file to www.nihona.com/stoof/filename.zip
Well, the path to the folder is an example. iuno it, but I can totally check it for you.
edit:
Filezilla lets you do this #fact
php scripts can do this #fact
|
|
| Back to top |
|
 |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Sat Mar 17, 2012 12:51 pm Post subject: |
|
|
| Filezilla HOW I looked errywhere.
|
|
| Back to top |
|
 |
|