使用sun.net.ftp.FtpClient進行上傳功能開發,在jdk1.7上不適用問題的解決

以前項目上開發了一個上傳文件的功能,使用的是sun.net.ftp.FtpClient這個類java 鏈接服務器的代碼大概以下:linux public static FtpClient ftpClient = null;windows  ftpClient = new FtpClient();  ftpClient.openServer(server);   ftpClient.login(us
相關文章
相關標籤/搜索