使用 org.apache.commons.net.ftp.FTPClient 保护 FTP [英] Secure FTP with org.apache.commons.net.ftp.FTPClient

查看:37
本文介绍了使用 org.apache.commons.net.ftp.FTPClient 保护 FTP的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有什么方法可以使用 org.apache.commons.net.ftp.FTPClient 实现安全的 FTP?

Is there a way I can implement a secure FTP with org.apache.commons.net.ftp.FTPClient?

如果不是,Java 的其他选择是什么?

If not, what are other options for Java?

推荐答案

您可以使用 org.apache.commons.net.ftp.FTPSClient 而不是 org.apache.commons.net.ftp.FTPClient 拥有安全的 ftphttp://commons.apache.org/proper/commons-net/apidocs/org/apache/commons/net/ftp/FTPSClient.html

You can use org.apache.commons.net.ftp.FTPSClient instead of org.apache.commons.net.ftp.FTPClient to have secure ftp http://commons.apache.org/proper/commons-net/apidocs/org/apache/commons/net/ftp/FTPSClient.html

这篇关于使用 org.apache.commons.net.ftp.FTPClient 保护 FTP的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆