Is it possible to connect to an FTP server without providing username and password, using FTPConnection class?
I'm able to connect to an FTP server that request user validation, but not to another that allows anonymous connections.
I'm new using the edtFTPnet library, maybe I missed it when reading documentation.