Opened 22 years ago

Closed 11 years ago

#173 closed Bug report (fixed)

rename to a name of an existing file

Reported by: edmondtse Owned by:
Priority: normal Component: FileZilla Server
Keywords: Cc: edmondtse, Tim Kosse
Component version: Operating system type: Windows
Operating system version:

Description

I wanted to rename a filename on ftp server. Unfortunately, the filename I
rename to is the same as an existing file!

Finally, the existing file is replaced.

Is this a bug?

Thanks a lot

Attachments (1)

ftp_issue.jpg (98.8 KB ) - added by coly 11 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 by Tim Kosse, 22 years ago

It's a bug in your FTP server. Most servers (including FileZilla
Server) send a "550 file exists" reply or something similar if
you try to rename a file to a name which is already in use.
Apperently, your server did not check for the existance of the
file and did just overwrite it.

comment:2 by coly, 11 years ago

Component: OtherFileZilla Server
Status: closedreopened

this bug still existing?

by coly, 11 years ago

Attachment: ftp_issue.jpg added

comment:3 by coly, 11 years ago

Operating system type: Windows

comment:4 by Alexander Schuch, 11 years ago

Resolution: fixed
Status: reopenedclosed

The attached screenshot indicates that FileZilla Server works as expected. It checks that the source file is present and then checks that the destination file is NOT present. If the destination file is present, it indicates an error.

So it all looks fine, bug not present.

Note: See TracTickets for help on using tickets.