Using apache commons net,
If you are trying to connect using FtpClient but it fails with the above exception.
Try this solution:
ftpClient.configure(ftpClientConfig);
FTPClientConfig constant list includes many types. For me, this type works.
Dor
If you are trying to connect using FtpClient but it fails with the above exception.
Try this solution:
ftpClient.configure(ftpClientConfig);
FTPClientConfig constant list includes many types. For me, this type works.
Dor
No comments:
Post a Comment