ftps

    3热度

    2回答

    我运行Ubuntu 12.10,我使用雅虎虚拟主机,我也有我自己的域名“example.com”。我曾经使用FTP将文件传输到/从我的网站托管帐户更新我的网站。但是现在雅虎刚刚结束了对FTP的支持,现在他们要求用户只使用FTPS。我对这种改变感到高兴,因为我知道FTP是不安全的,而转向FTPS是必要的。所以我找到了lftp(http://lftp.yar.ru/),这似乎是我可以用来从/从Yaho

    1热度

    1回答

    我们正在使用apache.commons.net v.2.2编写我们自己的FTPS客户端,我们一直试图在apache.commons.net.ftp.FTPClient中使用listNames(),但它是超时在apache.commons.net.ftp.FTPListParseEngine.java线152 String line = this.parser.readNextEntry(read

    1热度

    3回答

    我想将测试文件传输到大型机,但测试文件有超过80个字符的行,这是FTP的默认值。由于创建的数据集具有记录长度80,因此我得到 451-File transfer failed. File contains records that are longer than the LRECL of the new file. 错误。我试过了; curl --ftp-ssl -k -v -B -T BBB

    0热度

    1回答

    我试过几个宝石,实例等,并不能得到这个工作,更有前途的宝石分别为:double-bag-ftps和FTPFXP,我可以连接,但我无法传输文件,在主动或被动模式.. 样本代码与ftpfxp: :与双袋 ftps = DoubleBagFTPS.new ftps.ssl_context = DoubleBagFTPS.create_ssl_context(:verify_mode => OpenSS

    0热度

    1回答

    错误的Nginx错误日志服务器: fsockopen(): SSL operation failed with code 1. OpenSSL Error messages: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol in <file> on line <no> 我能够使用FileZilla中,WinSC

    0热度

    1回答

    是否有可能改变当前的源代码,所以我可以使用FTPS ?: InputStream in = new URL(url).openStream(); OutputStream out = new URL("ftp://"+user+":"+password+"@"+server+""+dir+""+filename_real_string).openConnection().get OutputS

    1热度

    1回答

    我一直在寻找答案,但我发现最接近的只是责备服务器。 这是我的代码,我的应用我使用的Zehon库: import com.zehon.BatchTransferProgressDefault; import com.zehon.FileTransferStatus; import com.zehon.exception.FileTransferException; import com.zeh

    0热度

    2回答

    这是我的代码 try{ TrustManager[] trustManager = new TrustManager[] { new X509TrustManager() { public X509Certificate[] getAcceptedIssuers() { return null; } public void checkClientTrusted(X

    2热度

    1回答

    是否有工具可以从具有显式SSL/TLS的ftps服务器以.cert文件的形式获取证书?

    0热度

    1回答

    刚刚确认FTPS服务器确实在使用Filezilla。很奇怪这个例外。 代码 FTPSClient client = null; try { client = new FTPSClient(protocol, isImpicit); } catch (NoSuchAlgorithmException e1) { // TODO Auto-gener