Deleting files - 550 abc.zip: Device or resource busy

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
binks77
500 Command not understood
Posts: 1
Joined: 2019-01-04 13:39

Deleting files - 550 abc.zip: Device or resource busy

#1 Post by binks77 » 2019-01-04 13:47

I've been trying to delete some redundant files from my hosting server buy each time I'm trying to do that server response is

Code: Select all

Command:	DELE abc.zip
Response:	550 abc.zip: Device or resource busy
What should I do now to delete my files? I am paying for certain disk space and if I'll exceed it, I'll have to pay some extra fees:(

User avatar
botg
Site Admin
Posts: 35558
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Deleting files - 550 abc.zip: Device or resource busy

#2 Post by botg » 2019-01-04 14:30

It's server-side issue. Most likely the underlying storage is on a network resource and the file is still being opened by some other process.

Make sure no server-side process has an open descriptor to the file, contact your server administrator or server hosting provider for assistance if the issue persists.

Post Reply