资源列表
multiftpthreadprj
- 多线程FTP下载功能例子 支持断点续传功能-Multi-threaded FTP download function example to support HTTP functions
cvery_14332256
- 文件列表: FtpExp ... \\FtpExp.aps ......\\FtpExp.cpp ......\\FtpExp.h ......\\FtpExp.ncb ......\\FtpExp.rc ......\\FtpExp.sln ......\\FtpExp.vcproj ......\\FtpExpDlg.cpp ......\\FtpExpDlg.h ......\\ReadMe.txt
_ctypes.pyd
- use proto det main 555
VC写的FTP客户端程序(可上传下载)
- 用VC++写的仿FTP客户端软件的源程序,设置好FTP服务器的连接信息,可以实现文件的上传与下载,并列举所有目标主机下的文件,运行演示如截图示,界面和CUTEFTP很相似。(With the source program of the FTP client software written by VC++, the connection information of the FTP server is set up, the file can be uploaded and downloaded
FileZilla
- FileZilla是SourceForge的开源项目之一,它的客户端软件支持快速FTP,SFTP协议,其服务器软件是一个完整的FTP服务器。是研究FTP协议的必备资料。-FileZilla is one of SourceForge open-source projects, and its client software to support the rapid FTP, SFTP protocol, the server software is a complete FTP server.
FTP_se
- FTP搜索引擎,做ftp搜索必看,doc格式-FTP search engine, so ftp search watched every game, doc format
FtpClient
- 1. 根据FTP协议,完成服务器端的基本功能: 1)管理用户的信息,设置用户的权限和服务文档。 2) 管理在线用户的信息,记录在线用户的活动。 3)制做方直观的图形用户界面。
ftp
- 一个FTP客户端的例子,比较简单--A simple FTP code at client
HS_SFTP
- 用Winsock编写的一个很好FTP客户程序,该程序支持多种服务器。可以浏览FTP服务器的文件,也可以通过双击指定的文件图标下载文件。-prepared using Winsock a good FTP client program, which supports multiple servers. FTP server can browse the documents, or by double-clicking on a file icon to download the file.
ftpwanderer
- 基于MFC 非常好的ftp程序 从codeproject 获取 希望大家喜欢-ftp
tftp_sevr+client
- vc6实现tftp程序-包含服务器客户端源码-C语言-tftp procedures to achieve vc6- contains server client source-C Language
11111Ftp
- FTP服务器编程源代码。可实现FTP服务器和客户机间的通信。在VC下运行