Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot list files with FTP server from the 90s #126

Open
eLvErDe opened this issue Aug 26, 2020 · 1 comment
Open

Cannot list files with FTP server from the 90s #126

eLvErDe opened this issue Aug 26, 2020 · 1 comment

Comments

@eLvErDe
Copy link

eLvErDe commented Aug 26, 2020

Hello,

Could you please explain me what I'm supposed to do to workaround this issue ?
If I understood other tickets correctly, the issue comes from MLSD not being supported but I read somewhere you're doing fallback to LIST, but it does not seem to happen here...

Thanks in advance !

[aioftp.client] 220-
[aioftp.client]  XX    XXX XXX XXXXXXXXX X        XX     XX XXX   --------------
[aioftp.client]  - X-- X--- X----- X---- XX------- XX-- XX-- X--- www.imatix.com --
[aioftp.client]  -- X X---- X----- X---- X X------ X X X X-- X---  (c) 1991-98   --
[aioftp.client]  --- X----- X----- X---- X- X----- X- X- X-- X---                --
[aioftp.client]  -- X X---- X----- X---- XXXXX---- X---- X-- X--- Windows - OS/2 --
[aioftp.client]  - X-- X--- X----- X---- X--- X--- X---- X-- X--- UNIX - OpenVMS --
[aioftp.client]  XXX    XX XXX    XXX   XXX   XXX XXX   XXX XXX   --------------
[aioftp.client] 
[aioftp.client]  Ready for login.  All accesses to this server are logged.
[aioftp.client] 220 Xitami FTP 2.4d9 (c) 1991-98 iMatix <http://www.imatix.com>
[aioftp.client] USER username
[aioftp.client] 331 Password required for user username
[aioftp.client] PASS *****
[aioftp.client] 230 User username logged-in
[aioftp.client] TYPE I
[aioftp.client] 200 Command okay
[aioftp.client] EPSV
[aioftp.client] 500 'EPSV' is not a valid command
[aioftp.client] PASV
[aioftp.client] 227 Entering Passive Mode (10,1,1,1,7,208)
[aioftp.client] MLSD
[aioftp.client] 500 'MLSD' is not a valid command
[aioftp.client] TYPE I
[aioftp.client] 200 Command okay
[aioftp.client] EPSV
[aioftp.client] 500 'EPSV' is not a valid command
[aioftp.client] PASV
[aioftp.client] 425 Can't open data connection
[aioftp.client] QUIT
[aioftp.client] 221-
[aioftp.client]  Thank you for using this Xitami webserver.
[aioftp.client] 221 User username signed-off
@pohmelie
Copy link
Collaborator

pohmelie commented Aug 28, 2020

Please provide simplified client code to see what configuration is used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants