Opened 10 years ago

Closed 9 years ago

#9640 closed Bug report (fixed)

"Create directory and enter it" continues after disconnect

Reported by: Deebster Owned by:
Priority: normal Component: FileZilla Client
Keywords: create directory failed disconnect Cc:
Component version: Operating system type: Windows
Operating system version: 7 SP1

Description (last modified by Tim Kosse)

If the connection drops during the first part of a "Create directory and enter it" operation, FileZilla will reconnect but resume with the second command. E.g.:

10:39:13	Command:	MKD newdir
10:39:18	Error:	Connection timed out
10:39:18	Status:	Connecting to 123.123.123.123:21...
10:39:18	Status:	Connection established, waiting for welcome message...
    // login snipped
10:39:18	Response:	230 OK. Current restricted directory is /
10:39:18	Command:	OPTS UTF8 ON
10:39:18	Response:	200 OK, UTF-8 enabled
10:39:18	Status:	Connected
10:39:18	Status:	Retrieving directory listing...
10:39:18	Command:	CWD /public_html/newdir
10:39:18	Response:	550 Can't change directory to /public_html/newdir: No such file or directory
10:39:18	Error:	Failed to retrieve directory listing

FileZilla should complete the failed MKDIR command before attempting the CWD.

Change History (1)

comment:1 by Tim Kosse, 9 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed

This should be fixed in the next version of FileZilla.

Note: See TracTickets for help on using tickets.