So I used the
ftp.drivehq.com
on port 21 and logged with my usename and password, uploaded the files that I needed for my server but they need to be constantly overwrited, I guess that the script that I am using is actually creating a temp and then trying to rename it so there is no chance to corrup the files.
But every time it tries to rename the temp file it says that can't be renamed because it already exists.
http://i.imgur.com/Z4GrC3B.png
How do I make them be renamed?Or do I need to add a line that deletes the original before renaming?(this last one I dont know how to do so, I didnt create this script and I dont have the source code)