Custom Query (8104 matches)
Results (361 - 363 of 8104)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#7754 | invalid | sending MLSD command even if the server doesn't support it | ||
Description |
When connecting to an internal FTP server with FileZilla Client, it was disconnected after sending a MLSD command. I don't know the server type but according to the result of FEAT, it doesn't support MLSD. FileZilla didn't provide me an option of not using MLSD. Command: SYST Response: 215 UNIX Type: L8 Command: FEAT Response: 211-Features: Response: MDTM Response: MFMT Response: TVFS Response: MFF modify;UNIX.group;UNIX.mode; Response: MLST modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.mode*;UNIX.owner*; Response: REST STREAM Response: SIZE Response: 211 End Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is the current directory Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (10,198,155,23,201,148). Command: MLSD Error: Disconnected from server: ECONNABORTED - Connection aborted Error: Failed to retrieve directory listing |
|||
#216 | send quit to disconnect | |||
Description |
it seems that for some reason client doesn't send ftp quit command when it's disconnecting. |
|||
#1919 | outdated | select multiple files with shell paterns | ||
Description |
It would be very useful to be able to select multiple files using shell paterns (or regular expresions), like say: when I conect with a debian mirror to download packages I would like to select all the files *_i386.deb (or *_{all,deb} ) in a directory for tranfering. |