ftp_rename seems to be the only way to move files from one remote folder to another.
If the file already exists in the 'to' folder, ftp_rename returns false.
Is there a way of over-riding this and rename(move) the file anyway?
If the file already exists in the 'to' folder, ftp_rename returns false.
Is there a way of over-riding this and rename(move) the file anyway?
Comment