veeso / suppaftp

a super FTP/FTPS client library for Rust with support for both passive and active mode
Apache License 2.0
112 stars 28 forks source link

[QUESTION] - 522 SSL connection failed #55

Open c60cb859 opened 1 year ago

c60cb859 commented 1 year ago

Hello

I am trying to play around with this FTPS server https://dlptest.com/ftp-test/ But when I try to list dir or downloa a file I get the following error:

Invalid response: [0] 522 SSL connection failed; session reuse required: see require_ssl_reuse option in vsftpd.conf man page

I get that it is a server error, but using FileZilla it seem to ignore or some how work around this error, is that possible to do with SuppaFTP as well?