Question
How can I grab a remote file and put it on a remote server?
I want to grab a file http://somesite/dir1/img.gif and put it here: http://somesite/dir2/img
Any ideas? I tried cffile and it didn't let me use a url as the source. I tried cfhttp and it didn't error out, but it didn't copy the file. Do I need special permissions on that server? How is that set up? Thanks!
