资源列表
FTPClient_VC2005
- 一款FTP客户端 可以设置服务器地址和端口、下载文件等-A FTP client can set the server address and port, download files
FTPServer
- FTP上传下载文件服务器端,FTP的目标是提高文件的共享性,提供非直接使用远程计算机,使存储介质对用户透明和可靠高效地传送数据。虽然我们也可以手工使用它,但是它的主要作用是供程序使用的。在阅读本文之前最好能够阅读TCP协议标准规范和Telnet协议标准规范。-FTPserver for upload and download file
FTPclient
- 一个简单的FTP客户端程序,首先在FTP服务器建立一个文件夹,然后再运行程序-A simple FTP client, FTP server, first create a folder, then run the program
CSharpFTP
- C# FTP创建目录 如果最终目的是为了创建目录 我的做法是,不管目录文件夹是否存在 ,循环创建, 如果存在就会出异常,捕获,但不抛, 不存在的话就会创建. 有源代码-C# FTP to create the directory if the ultimate goal is to create a catalog of my practice, regardless of the directory folder exists, create a loop, there wil
fileSendlist
- ftp服务器上传及下载,弄了很久的,希望能对大家有帮助-ftp server upload and download, get a long time, I hope you can help
ch07
- 这是一个通过ftp实现文件上传下载的源程序。主要利用tcp进行连接和通信。-This is a file upload via ftp to download the source code to achieve. Mainly use tcp to connect and communicate.
MyFTP
- 我用VB写一断程序完成: 1. 文件的FTP上传、覆盖 2. 文件的下载、覆盖-I used to write a VB program off to complete: 1 file FTP upload, covering 2 files to download, covering
FTPclient
- FTP 客户端的源代码实现(vc++)连接上传下载修改功能-FTP client source code (vc++) connection upload and download capabilities to modify
dftp
- 实现交互式FTP 客户端,在提示下各输入IP,用户名,密码和所传的文件-To achieve interactive FTP client, all at the prompt enter the IP, user name, password and the file transfer
ftp-02
- 使用wininet.dll来实现ftp功能-useing wininet.dll for ftp
FTP
- Visual C++案例开发集锦\第六章\FTP客户端开发的程序源码,值得一看!-Visual C++ case development highlights \ Chapter \ FTP client development program source code, worth a visit!
VB2011
- VB写的仿FTP上传下载功能实例,经过本人测试-VB to write fake FTP upload and download functionality example