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: 478
        
ftp
|ftp-server
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