mdelete is not working with passive on

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

Moderator: Project members

Post Reply
Message
Author
chensr
500 Command not understood
Posts: 2
Joined: 2022-12-07 08:45
First name: chen
Last name: sr

mdelete is not working with passive on

#1 Post by chensr » 2022-12-07 08:50

it is not working when i using mdelete to delete *.txt, and the server log as "550 Couldn't open the file or directory"

ftp> mput aa.txt bb.txt
local: aa.txt remote: aa.txt
229 Entering Extended Passive Mode (|||21162|)
150 Starting data transfer.
0 0.00 KiB/s
226 Operation successful
local: bb.txt remote: bb.txt
229 Entering Extended Passive Mode (|||21176|)
150 About to start data transfer.
0 0.00 KiB/s
226 Operation successful
ftp>
ftp> mdelete *.txt
Couldn't open the file or directory
ftp>

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

Re: mdelete is not working with passive on

#2 Post by botg » 2022-12-07 08:54

What does it say in the server log?

chensr
500 Command not understood
Posts: 2
Joined: 2022-12-07 08:45
First name: chen
Last name: sr

Re: mdelete is not working with passive on

#3 Post by chensr » 2022-12-08 02:13

the server log just display "550 Couldn't open the file or directory" when i commit ftp> mdelete *.txt。

2022-12-08T02:11:29.227Z << 229 Entering Extended Passive Mode (|||11397|)
2022-12-08T02:11:29.634Z >> NLST *.txt
2022-12-08T02:11:29.634Z << 550 Couldn't open the file or directory


it was working when i commit ftp> mdelete aa.txt bb.txt, but i need to use *.txt

User avatar
boco
Contributor
Posts: 26913
Joined: 2006-05-01 03:28
Location: Germany

Re: mdelete is not working with passive on

#4 Post by boco » 2022-12-08 03:09

FileZilla Server does not support Wildcard characters (* or ?), as they are not (and never were) a feature of FTP. Wildcard handling must be done entirely by the client.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Post Reply