搜索资源列表
upload.java
- 一个简单的实现文件上传下载功能的代码,希望对初学者有所帮助-the realization of a simple file upload download the code, and I hope to help beginners
Unixftpcilent
- 一个FTP客户端类,用Socket写的,环境为Unix。 之所以封装这个类是因为以前在unix下写文件上传下载的操作都是调shell脚本,C、C++很难控制与shell的交互, 并且无法获知出错的错误代码,用C++封装成一个工具类后,任何项目都可以重用了。 操作很方便,就像平常的FTP操作: 1:登陆FTP服务端 FTPTools ftpTools (conts string &pm_sFtpServer
vtmtools
- 该ActiveX控件为项目平台提供了基本功能,如获取本机网卡信息,FTP,SFTP上传下载文件等。-The ActiveX control provides the basic function for the project platform, such as access to the machine FTP, SFTP card information, upload and download files etc..
jsch-0.1.53
- java中支持直接调用sftp服务进行文件上传下载(supports the direct call of SFTP services for file upload and download)
ssl_ftp.py
- 通过ftp、sftp实现文件下载上传。一个简单的实现,没有考虑过多的例外处理。(ftp,sftp download,upload file.)