Opened 2 years ago

Closed 2 years ago

#12570 closed Bug report (fixed)

changed behavior RETR on nonexisting file

Reported by: Sebastian Owned by:
Priority: normal Component: FileZilla Server
Keywords: Cc:
Component version: Operating system type: Windows
Operating system version:

Description

In FileZilla Server 1.1.0 the behavior changed if a client sends an RETR for a nonexistant file.

behavior prior to version 1.1.0:

RETR file_that_does_not_exist
550 No such file

behavior in version 1.1.0:

RETR file_that_does_not_exist
150 Starting data transfer.
425 Error reading from file: 5

this is a big problem, because our clients (not our software) make RETR until a service on that server created this file. with the new responses the clients send a quit after they get the 425

Change History (2)

comment:1 by Sebastian, 2 years ago

Solved in 1.2.0

comment:2 by Sebastian, 2 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.