Opened 10 years ago
Last modified 9 years ago
#9640 closed Bug report
"Create directory and enter it" continues after disconnect — at Initial Version
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
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.
Note:
See TracTickets
for help on using tickets.