搜索资源列表
ftpfiles
- 本程序实现FTP客户端的功能,能够登录FTP服务器、显示登录客户目录下的文件、目 录名和提供文件下载上传服务。本程序是一个取于对话框的MFC应用程序,主要介绍如何通过CInternetSession类、CFtpConnection类和CFtpFileFind类连接FTP服务器进行文件传输。-FTP client function can login FTP server, log shows the client directory, a directory name and file uplo
98_FTPExp
- FTP文件传输程序,使用WinInet类编写。-FTP file transfer, the use of WinInet category prepared.
FtpClient
- 使用QFTP类基于FTP协议实现文件上传、下载、删除及新建等功能。-Based FTP protocol, file upload, download, delete, and new features such as use QFTP classes.
FTP_Client_library_in_CSharp
- 这是一个C#实现的FTP客户端的类库文件的实现方法,内附测试程序。-This is a C# implementation of the FTP client library file implementations, enclosing the test program.
FTP_delpli
- // 模块说明: FTP传输核心模块类 // 功能: 指定一个下载(上传)的日期或文件名,系统执行传输功能(支持续传) // 备注:该模块属于传输类的一个子线程模块. -//Module Descr iption: FTP transmission core modules category// function: to designate a download (upload) the date or file name, the system transfer function
FTPClientCode
- 这个类允许你使用Visual Basic.NET对FTP网页执行直接链接。 这个类支持以下FTP命令: -Upload 一个文件 -Download一个文件 -Create 一个目录 -Remove 一个目录 -改变目录 -Remove 一个文件 -Rename 一个文件 -Set 远程用户的用户名 -Set 远程用户的密码-' This type of permit you to use Visual Basic.NET fo
ftp-client
- ftp上传下载类的封装,只有一个文件,c++。-ftp upload and download class package, only one file, c++.
curlftp
- VC6.0下使用CURL类实现FTP上传文件示例。-VC6.0 use CURL class implements FTP file upload example.
Class1
- 一个比较完整的ftp类,包括文件的上传和下载,以及文件的批量上传下载功能-A more complete FTP class, including upload file download files and documents in the batch upload and download
CSharpFTP_UPLOAD_CLASS
- FTP文件上传类,可单文和多文件上传下载-ftp file upload class for single file and Multiple files upload and download
CFileFind
- C类CFileFind执行本地文件查找,是CGopherFileFind和CFtpFileFind的基类;后两类用于Internet文件查找。CFileFind包括的成员函数有开始查找、定位文件、返回标题名或路径。对于Internet查找来说,GetFileURL返回文件的URL。 -C CFileFind implement local file search, is CGopherFileFind and CFtpFileFind base class Two kinds of used
