FileZilla Server端,纯绿色的开源FTP服务器

时间:2012-04-10 05:07:31
【文件属性】:
文件名称:FileZilla Server端,纯绿色的开源FTP服务器
文件大小:2.14MB
文件格式:RAR
更新时间:2012-04-10 05:07:31
FileZilla Server 汉化版 轻便好用的免费FTP服务器。 连接: protected boolean login(String server, int port, String user, String password) { for (int i = 0; i < LOGIN_REPEAT_TIMES; i++) { try { ftpClient.setConnectTimeout(5000); if (!ftpClient.isConnected()) { connect(server, port); if (!ftpClient.isConnected()) continue; } if (ftpClient.login(user, password)) { //ftpClient.setFileTransferMode(FTPClient.BINARY_FILE_TYPE); ftpClient.setFileType(FTPClient.BINARY_FILE_TYPE); ftpClient.setDataTimeout(120000); ftpClient.setControlEncoding("GBK"); return true; } ftpClient.logout(); } catch (IOException e) { logError(e); } try { Thread.sleep(100L); } catch (InterruptedException e) { } } disconnect(); return false; }
【文件预览】:
FileZilla Server
----license.txt(18KB)
----legal.htm(1KB)
----FileZilla server.exe(574KB)
----汉化说明.txt(369B)
----FzGSS.dll(62KB)
----Uninstall.exe(40KB)
----ssleay32.dll(236KB)
----readme.htm(32KB)
----libeay32.dll(1.02MB)
----FileZilla Server.xml(4KB)
----FileZilla server.pdb(3.34MB)
----FileZilla Server Interface.xml(365B)
----dbghelp.dll(918KB)
----FileZilla Server Interface.exe(904KB)

网友评论

  • 有需要的,部分可以参考一下、、
  • 下载看了一下.感觉源码还不够全哈..再下几个看看.