Hi,
We are using Aspose.Network.Ftp class to try to connect to ftp hosted by Lexmark X466de printer.
We are using FtpClient.Login() function and we get:
Password error:502 PASS command not implemented.
There is no way to set password for ftp hosted by the printer.
null password & empty string password doesn't work with this ftp.
We were able to connect to this ftp using Microsoft Ftp command line.
It doesn't ask for password. Only username is prompted.
Is there a way to bypass calling of PASS command in FtpClient.Login() function and still login?
Thanks!