You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FTP Server Type: FileZilla 1.9.4 with Explicit TLS
Client Computer OS: Windows
FluentFTP Version: 50.1.0
Framework: .NET 8
When connecting to the server, using AsyncFtpClient and FtpEncryptionMode.Auto, it fails with the error:
Please call Connect() before trying to read the Capabilities!
Changing to FtpEncryptionMode.Explicit works fine.
Problem seems to be that the FTP server does not allow the initial USER command gives an error 503 that is not recognized by FluentFTP.
Not sure about compatibility with other server, but I would think that issuing the AUTH command as the first command would be the correct way to probe for TLS support.
Server Logs :
When using the Auto setting, this is the server interaction:
FTP Server OS: Windows
FTP Server Type: FileZilla 1.9.4 with Explicit TLS
Client Computer OS: Windows
FluentFTP Version: 50.1.0
Framework: .NET 8
When connecting to the server, using
AsyncFtpClient
andFtpEncryptionMode.Auto
, it fails with the error:Changing to
FtpEncryptionMode.Explicit
works fine.Problem seems to be that the FTP server does not allow the initial USER command gives an error 503 that is not recognized by FluentFTP.
Not sure about compatibility with other server, but I would think that issuing the AUTH command as the first command would be the correct way to probe for TLS support.
Server Logs :
When using the Auto setting, this is the server interaction:
The text was updated successfully, but these errors were encountered: