I am trying to connect to an FTP site using this code access FTP using java
but i got this exception:
org.apache.commons.net.ftp.FTPConnectionClosedException: FTP response 421 received. Server closed connection.
So what is i am doing it wrong? i can access this FTP location with no problem using my browser
Anyone have an idea?
Thank you