Page 1 of 1

MLSD Error

Posted: 2021-02-18 21:45
by EmirKorkmaz
Hello Everyone,

This error keeps, I can't login to the server. Please help.

This FTP Test: https://ftptest.net/#result

Code: Select all

Status: Resolving address of www.workshop***.com

Status: Connecting to 134.98.88.224

Warning: The entered address does not resolve to an IPv6 address.

Status: Connected, waiting for welcome message...

Reply: 220 ProFTPD Server (ProFTPD) [134.98.88.224]

Command: CLNT https://ftptest.net on behalf of 95.70.146.215

Reply: 200 OK

Command: AUTH TLS

Reply: 234 AUTH TLS successful

Status: Performing TLS handshake...

Status: TLS handshake successful, verifying certificate...

Status: Received 1 certificates from server.

Status: cert[0]: subject='CN=www.workshop***.com' issuer='C=GB,ST=Greater Manchester,L=Salford,O=Sectigo Limited,CN=Sectigo RSA Domain Validation Secure Server CA'

Command: USER wstab_t

Reply: 331 Password required for wstab_t

Command: PASS ********

Reply: 230 User wstab_t logged in

Command: SYST

Reply: 215 UNIX Type: L8

Command: FEAT

Reply: 211-Features:

Reply: AUTH TLS

Reply: CCC

Reply: CLNT

Reply: EPRT

Reply: EPSV

Reply: HOST

Reply: LANG en-US*

Reply: MDTM

Reply: MFF modify;UNIX.group;UNIX.mode;

Reply: MFMT

Reply: MLST modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.groupname*;UNIX.mode*;UNIX.owner*;UNIX.ownername*;

Reply: PBSZ

Reply: PROT

Reply: REST STREAM

Reply: SIZE

Reply: SSCN

Reply: TVFS

Reply: UTF8

Reply: 211 End

Command: PBSZ 0

Reply: 200 PBSZ 0 successful

Command: PROT P

Reply: 200 Protection set to Private

Command: PWD

Reply: 257 "/" is the current directory

Status: Current path is /

Command: TYPE I

Reply: 200 Type set to I

Command: PASV

Reply: 227 Entering Passive Mode (134,98,88,224,198,252).

Command: MLSD

Status: Data connection established, performing TLS handshake...

Reply: 550 /: Permission denied

Error: Listing failed

Re: MLSD Error

Posted: 2021-02-18 22:58
by boco
Please contact server support as you have no List permission for your root directory.

In case this is a "blind" FTP server (one that intentionally does not show any files and directories, but still allows transfers), you need to find another FTP client. FileZilla does not support that configuration.

Re: MLSD Error

Posted: 2021-02-18 23:11
by EmirKorkmaz
boco wrote:
2021-02-18 22:58
Please contact server support as you have no List permission for your root directory.

In case this is a "blind" FTP server (one that intentionally does not show any files and directories, but still allows transfers), you need to find another FTP client. FileZilla does not support that configuration.
Can't I log into this with a program?
I reached this from the codes in a program. I can not report to the server authority.
How can I reach this server using the address used by the program?

The server of the program in this way;
workshop ***. com: 443

Re: MLSD Error

Posted: 2021-02-18 23:52
by boco
What are you using? If you don't use the FileZilla FTP Client then we cannot help you. Here is only the support for FileZilla products.

In case you are using different software to connect to FTP servers, you need utilize their support channels (we don't know their programs and how they work). I just assumed you to be using the client as you posted into the FileZilla Client support forum.

Re: MLSD Error

Posted: 2021-02-19 00:00
by EmirKorkmaz
Thank you.