Search code examples
javaapacheftpsundeprecated

Has Oracle removed Sun net.ftp classes?


I have an older project that uses the sun.net.ftp.FtpClient class to download a file from an ftp server. It appears that Oracle has finally removed this unsupported/deprecated feature from Java. Any suggestions on what should be used to replace it? I was considering org.apache classes but I have never used them. The best solution would be the simplest.


Solution

  • Dependending on your requirements i'd recommend to use either the FTP client provided by Apache Commons Net or edtFTP/j.