Hello,
I am trying the following after connecting to a ftp site:
ftp.setConnectMode(FTPConnectMode.ACTIVE);
log.debug(" >> FTP Active Connection");
ftp.put(file.getAbsolutePath(), file.getName());
I am trying to upload a file to a remote server, and the FTP Client just hangs after display the log message >> FTP Active Connection.
Please advise,
Thank you.