Opened 6 years ago

#11449 new Bug report

Deletion does not resume after server disconnects

Reported by: Marc Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc:
Component version: 3.29.0 Operating system type: Windows
Operating system version: W10 x64

Description

I have a folder on my ftp server that contains thousands of files and some subfolders. I want to delete this folder and accidentally the server disconnects. Filezilla automatically re-connects, but does not resume the deletion because it finds not empty directories that can not be deleted. It seems it skipped the file deletion and so it is not able to finish the deletion.

Logs:

Command:	DELE image5642.jpg
Response:	250 DELE command successful.
Command:	DELE image56454.jpg
Response:	250 DELE command successful.
Command:	DELE image9876543.jpg
Error:	Connection closed by server
Status:	Disconnected from server
Status:	Connecting to 192.168.xxx.xxx:21...
Status:	Connection established, waiting for welcome message...
Status:	Initializing TLS...
Status:	Verifying certificate...
Status:	TLS connection established.
Status:	Logged in
Status:	Deleting 5353 files from "/backups/Projekte/xxx/public_html/images"
Command:	CWD /backups/Projekte/xxx/public_html/images
Response:	250 CWD command successful.
Command:	DELE image15432.jpg
Response:	550 image15432.jpg: No such file or directory.

... hundreds of "No such file or directory"

Command:	DELE image15323432.jpg
Response:	550 image15323432.jpg: No such file or directory.
Command:	DELE image3432.jpg.jpg
Error:	Connection closed by server
Status:	Disconnected from server
Status:	Connecting to 192.168.xxx.xxx:21...
Status:	Connection established, waiting for welcome message...
Status:	Initializing TLS...
Status:	Verifying certificate...
Status:	TLS connection established.
Status:	Logged in
Command:	CWD /backups/Projekte/xxx/public_html
Response:	250 CWD command successful.
Command:	PWD
Response:	257 "/backups/Projekte/xxx/public_html" is current directory.
Command:	RMD images
Response:	550 images: Directory not empty.
Command:	CWD /backups/Projekte/xxx
Response:	250 CWD command successful.
Command:	PWD
Response:	257 "/backups/Projekte/xxx" is current directory.
Command:	RMD public_html
Response:	550 public_html: Directory not empty.
Command:	CWD /backups/Projekte
Response:	250 CWD command successful.
Command:	PWD
Response:	257 "/backups/Projekte" is current directory.
Command:	RMD xxx
Response:	550 xxx: Directory not empty.
Command:	CWD /backups
Response:	250 CWD command successful.
Command:	PWD
Response:	257 "/backups" is current directory.
Command:	RMD Projekte
Response:	550 Projekte: Directory not empty.
Status:	Retrieving directory listing of "/backups"...
Status:	Directory listing of "/backups" successful

Change History (0)

Note: See TracTickets for help on using tickets.