Dear friends,
I'm trying to make FTP connection from my system. I'm using
org.apache.commons.net.ftp.FTPSClient for ftp related functions. I have to connect FTP in a passive mode. For that i'm using
FTPs.enterLocalPassiveMode();
.
But this code didn't work. I'm getting an
Connection timed out Exception.
Could anyone please tell me how to solve this problem?
Thanks in advance