Upload files directly from another online site?

Upload files directly from another online site?

Posted by: hp09
Posted on: 2007-06-17 09:42:00

Hi,

Does anyone know if there is a way to move files directly from one hosted account (not on DH) to a DH account, without first downloading them to my computer, and then uploading them.

I have a site with several very huge galleries, that are taking "forever" to download.

Thanks.

Re: Upload files directly from another online site

Posted by: matttail
Posted on: 2007-06-17 09:55:00

Wget is a popular option. You can also use the command line ftp or sftp program to connect directory to your old server and move files that way. I don't see an easy tutorial in the wki for that one, but if you're familiar with that sort of thing... Or ask me for more specifics I'll and provide.


--Matttail
art.googlies.net - personal website
Edited by matttail on 06/17/07 09:56 AM (server time).

Re: Upload files directly from another online site

Posted by: Atropos7
Posted on: 2007-06-17 10:15:00

In reply to:

Does anyone know if there is a way to move files directly from one hosted account (not on DH) to a DH account, without first downloading them to my computer, and then uploading them.



If the FTP servers involved don't support FXP / site-to-site transfers, you can use wget from the shell.

Documentation of wget can be found here: Wget Manual - Table of Contents

And you can try rsync as well:

rsync man page



cool openvein.org -//-

Re: Upload files directly from another online site

Posted by: Mousee
Posted on: 2007-06-17 10:27:00

DreamHost doesn't support FXP, so that's definitely not an option.

Re: Upload files directly from another online site

Posted by: matttail
Posted on: 2007-06-17 14:32:00

Are you sure Dreamhost doesn't support FXP? I've never tried it my self, but I've read on this forum several other people who have used it successfully.



--Matttail
art.googlies.net - personal website

Re: Upload files directly from another online site

Posted by: scjessey
Posted on: 2007-06-17 14:37:00

One way of doing it is to use cURL. You will need to specify whether or not you are retrieving ASCII (text) or binary data though.

Re: Upload files directly from another online site

Posted by: Mousee
Posted on: 2007-06-17 15:39:00

I know for a fact dads and welchs definitely don't support FXP, as I've tried to fxp between my VPS server and DreamHost before (my VPS having proftpd installed and fxp transfers enabled). Perhaps some other servers here support it but I would be quite surprised if they did.

Re: Upload files directly from another online site

Posted by: Raz2133
Posted on: 2007-06-17 21:41:00

In reply to:

Perhaps some other servers here support it but I would be quite surprised if they did.


I've used FXP successfully on my DreamHost server ('Bixel') before, but that was quite a while ago.

I tried it again recently to transfer some files to/from another hosting account and I couldn't get it to work. I did not have the time to fully investigate the issue, so I am unsure whether the problem was caused by the other host not supporting FXP, or a configuration change on my DreamHost server.

Mark

Tags: dhmove filesupload filesuploading