Hi, I'd like to know if there's an alternative to copy() to copy a file from one directory to another, using the FTP functions?
I figured I could probably open the file from the server and save/upload it to a specified path.
Can this be done? What syntax should I use?
Thank you!
-s