PDA

View Full Version : Transfer to a new file name fails


chris22
01-25-2012, 07:29 PM
I setup a queue to transfer (copy actually) one file to another file with a different name in the same directory on my server (LAMP). The transfer failed.

Any thoughts on why or how I can run this down?

I'm simply trying to make a backup copy of the files in the same folder on the server.

Thanks,

Chris

bigstar
01-26-2012, 10:39 AM
If I understand the situation correctly you are connecting to the same server on the left and on the right and transferring the file over using "save as" to create a copy of the file, is this correct?

Most likely the FTP server doesn't support site to site transfers and as a result the transfer is failing, A simple solution depending on the situation might be to simply change the Site to site method located in the Site Manager / Transfer Tab from Direct (FXP) to Indirect (protocol independent).

With an Indirect transfer we basically combine the steps of downloading the file and uploading the file into a single action. Where-by the file is downloaded to your computer and then uploaded to the desired server. The temporary file is then deleted upon successful upload.

Otherwise you'll need to look into re-configuring the FTP server software to allow site to site transfers, this requires root access to modify the ftp server conf file.

chris22
01-26-2012, 01:24 PM
Excellent - thank you.

I assume that making this change will not have any effect on transfers where I am going from PC to site - correct?

bigstar
01-26-2012, 01:30 PM
Yes that is correct.