i am trying to get the ftp upload feature working.
everything is fine except it will not rename the .gif file....
here is the ftp server log.
I changed the permissions on the folder and file but the ftp server tells me that it can not create a file that already exsists....makes sense....radarbox is uploading the .tmp file just fine....but then it tries to rename the .tmp file to the Radarbox*.gif....because radarbox*.gif already exsists the ftp server gives the error.
what can we do about this?
LOG attached here.
---------------------
[2010-11-15 14:47:32]: REPLY [ 108] - 230 Password Ok, User logged in
[2010-11-15 14:47:32]:COMMAND [ 108] - TYPE I
[2010-11-15 14:47:32]: REPLY [ 108] - 200 Type Binary
[2010-11-15 14:47:32]:COMMAND [ 108] - SYST
[2010-11-15 14:47:32]: REPLY [ 108] - 215 UNIX Type: L8
[2010-11-15 14:47:32]:COMMAND [ 108] - PORT 192,168,1,104,192,140
[2010-11-15 14:47:32]: REPLY [ 108] - 200 Port command received
[2010-11-15 14:47:32]:COMMAND [ 108] - STOR _201011152047.tmp
[2010-11-15 14:47:32]: REPLY [ 108] - 150 Opening data connection
[2010-11-15 14:47:32]: SYSTEM [ 108] - File transfer complete
[2010-11-15 14:47:32]: REPLY [ 108] - 226 Transfer complete
[2010-11-15 14:47:32]:COMMAND [ 108] - RNFR _201011152047.tmp
[2010-11-15 14:47:32]: REPLY [ 108] - 350 Rename from accepted. Waiting for RNTO
[2010-11-15 14:47:32]:COMMAND [ 108] - RNTO RadarBoxScreenShot.gif
[2010-11-15 14:47:32]: REPLY [ 108] - 550 access denied
[2010-11-15 14:47:32]: ERROR [ 108] - Rename failed: Cannot create a file when that file already exists.