How does FTP servers handle rename to existing file

Posted by Kristian on Super User See other posts from Super User or by Kristian
Published on 2009-09-10T09:19:24Z Indexed on 2010/04/15 8:03 UTC
Read the original article Hit count: 390

Filed under:
|

How does FTP servers normaly handle rename to a file that aready exist? That is, will the existing to-file be overwritten or will I get an error? Is there some specification about how FTP servers should handle this, or is it OS or implementation dependent?

vsftpd on Linux seems to overwrite, with FileZilla on Vista I get 550 file exists...

© Super User or respective owner

Related posts about ftp

Related posts about ftp-server