I am trying to use FTPClient on a Sun station. I started off using Commons Net, but found a major, debilitating bug in it. I did some initial testing with edtftpd 1.3.0 on Windows 2000, and was much more successful, but now that I am writing the real code that I need to run, I am doing it on a Sun station using jdk 1.4.2_03. My code is hanging on
ftp = new FTPClient(server);
Even when I hard code the server address, it fails. Has edtftpj been tested on Solaris? Has anyone been successful using it on Solaris?
Thanks for your help,
David