FTP login failed

Hi,

I am running 11.6.1 and I am getting an error when I try to login to a new FTP. I have tried with filezilla and it works just as it should, any suggestions on what to do?

2021-10-11 09:13:22.5011|TRACE|137|Net.Pranas.SqlBak.Destination.Ftp.Impl.FtpConnection|FtpClientOnResponseRead. Response: “220 Welcome to ASUS ZenWiFi_XT8 FTP service.”
2021-10-11 09:13:22.5011|DEBUG|137|Net.Pranas.SqlBak.Destination.Ftp.Impl.FtpConnection|OpenConnection. Connecting to FTP server… ServerName: “xxx.xxx.xxx.xxx”; SerfverPort: “21”; SslMode: “None”
2021-10-11 09:13:22.5011|TRACE|137|Net.Pranas.SqlBak.Destination.Ftp.Impl.FtpConnection|FTP-LOG: 2021-10-11 09:13:22.501 INFO Ftp(69)[137] Command: USER ftp

2021-10-11 09:13:22.5011|TRACE|137|Net.Pranas.SqlBak.Destination.Ftp.Impl.FtpConnection|FtpClientOnCommandSent. Command: “USER ftp”
2021-10-11 09:13:22.5138|TRACE|137|Net.Pranas.SqlBak.Destination.Ftp.Impl.FtpConnection|FTP-LOG: 2021-10-11 09:13:22.513 INFO Ftp(69)[137] Response: 331 Please specify the password.

2021-10-11 09:13:22.5138|TRACE|137|Net.Pranas.SqlBak.Destination.Ftp.Impl.FtpConnection|FtpClientOnResponseRead. Response: “331 Please specify the password.”
2021-10-11 09:13:22.5138|TRACE|137|Net.Pranas.SqlBak.Destination.Ftp.Impl.FtpConnection|FTP-LOG: 2021-10-11 09:13:22.513 INFO Ftp(69)[137] Command: PASS **********

2021-10-11 09:13:22.5138|TRACE|137|Net.Pranas.SqlBak.Destination.Ftp.Impl.FtpConnection|FtpClientOnCommandSent. Command: “PASS **********”
2021-10-11 09:13:22.5333|ERROR|6|Net.Pranas.SBF.Context.Model.Destination.Command.TestDestinationSettingCommand|DoExecute|System.InvalidOperationException: [DST-2:1001#530] Failed login to 158.174.115.83 destination. > Login incorrect (530).
at Net.Pranas.SBF.Context.Model.Destination.Command.TestDestinationSettingCommand.DoExecute(Object parameter)
2021-10-11 09:13:22.5265|TRACE|137|Net.Pranas.SqlBak.Destination.Ftp.Impl.FtpConnection|FTP-LOG: 2021-10-11 09:13:22.526 INFO Ftp(69)[137] Response: 530 Login incorrect.

2021-10-11 09:13:22.5265|TRACE|137|Net.Pranas.SqlBak.Destination.Ftp.Impl.FtpConnection|FtpClientOnResponseRead. Response: “530 Login incorrect.”
2021-10-11 09:13:22.5265|TRACE|137|Net.Pranas.SqlBak.Destination.Ftp.Impl.FtpConnection|FTP-LOG: 2021-10-11 09:13:22.527 ERROR Ftp(69)[137] Info: Rebex.Net.FtpException: Login incorrect (530).
at Rebex.Net.Ftp.TC(String B, String R, String I)

2021-10-11 09:13:22.5265|ERROR|137|Net.Pranas.SqlBak.Destination.Ftp.Impl.FtpConnection|OpenConnection|Rebex.Net.FtpException: Login incorrect (530).

Not an answer so far? No one from the company watching this threads at all?

Hi Joakim_Krassman,

The version you use (11.6.1) is a very old version and is no longer supported. Could you please install the latest release - version 12.6.3 and check if it works for you?

Note, for the correct work with FTP, we use Rebex libraries. Could you please try to install the following test Rebex client and check if you are able to connect and download a file to your FTP via RebexFtpClient manually?

Thank you and sorry for the inconvenience.