> If your trying to copy to an outside server you could use CFFTP's > action="putfile" command.
Since he said "without downloading it to my machine" I think he means both the source and the destination are on the FTP server. > If you just want to copy it locally form one folder to another use cffile's > action="copy" command. Again, cffile only works on a local file system-- not an FTP server. @James, as far as I know you are out of luck unless you have some other way to access the remote server (SSH, etc). I refrained from answering originally to see if there really was a way to do that. As basic as a copy from a remote location to another remote location seems- I think the fact of the matter is that FTP was designed to move files between a local and remote endpoints-- not to comprehensively manage remote files. ~Brad ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330610 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

