资源列表
FTP
- FTP的客户端和服务器端程序的源码,能够实现文件的上传,下载,修改,删除等诸多功能-FTP client and server-side program source code, to achieve file upload, download, modify, delete, and many other functions
FTP
- ftp的客户端与服务器。实现了客户端的上传和下载;服务器端的删除和浏览。-ftp client and server. To achieve the client' s upload and download delete and browse the server.
FTP_shell
- 可以通过ftp自动上传下载文件。并且自动加载日期重命名-Uploading and downloading files via ftp automatically. And automatically loaded on to rename
ftplib-3.1-1
- 一个ftp客户端库的源码,qftp is a simple program which demonstrates the use of ftplib. qftp performs directories or file transfers using the ftp protocol based on the command it was invoked with and command line arguments. qftp should be invoked throug
ftplib-3.1-src.tar
- 一个开源的ftp Client源码实现,具备ftp的基本功能,对研究ftp协议帮助很大。曾被我用来测试ftp下载的网速。-an open source ftp client source code with the element functionality, which can be use to test the transfer speed of network.
FTPSourceCode(CSharp)
- 用c#.net实现FTP功能的代码。功能全面。-With c#. Net code to implement FTP functionality. Full-featured.
20040803101002
- 完整的PHP ftp客户端代码,其中包含三个文件。-Complete PHP ftp client code, which contains three documents.
FjIntfTest
- 定时上传下载FTP,定时统计数据,定时入库并通过存储过程触发数据。-From time to time to upload and download FTP, timing statistics, regular storage and trigger data through stored procedures.
ftpclient
- FTP 客户端实现。包括get,put,pwd,dir,cd等命令。-FTP Client implementation.Including commands such as get,put,pwd,dir and cd.
ftp
- 一个FTP客户端的例子,比较简单--A simple FTP code at client
ftp1
- FTP客户端编程,实现了从ftp服务器下载文件-The FTP client programming, to achieve a the file of the Download from ftp server
ApacheFtpUtil
- ftp上传下载工具类,使用apache commons net组件实现ftp上传、下载,支持断点下载