搜索资源列表
hdfs-over-ftp-0.20.0.tar
- ftp server is configurable by hdfs-over-ftp.properties and users.properties. It allows to use secure connection over ssl and supports all HDFS permissions. Installation and running 1. Download and install java, maven 2. Set users in src/main/res
ftpTest
- ftp4j是一个ftp客户端Java类库,实现了ftp客户端应具有的大部分功能。可以将ftp4j嵌到你的Java应用中,来传输文件(包括上传和下载),浏览远程ftp服务器上的目录和文件,创建、删除、重命,移动远程目录和文件。ftp4j提供多种方式连接到远程ftp服务器包括:通过 TCP/IP直接连接,通过ftp代理、HTTP代理、SOCKS4/4a代理和SOCKS5代理连接,通过ssl安全连接。-ftp4j is an ftp client Java library that implement
ftp4jUtil
- 使用ftp4j连接ftp服务器并操作,支持使用ssl加密访问ftps服务-Use ftp4j connect ftp server and operation, support the use of ssl encryption access ftpS service
ftpServ201604010203
- ftp服务器源码,基于ssl的安全握手通讯方式-source code of ftp server by java
ssl_ftp.py
- 通过ftp、sftp实现文件下载上传。一个简单的实现,没有考虑过多的例外处理。(ftp,sftp download,upload file.)