搜索资源列表
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
实例14-FTP客户端
- 简单的ftp客户端软件,实现登录,浏览,下载,上传服务-simple ftp client software, logged in, browse, download and upload services
MINI FTP客户端
- 基于winsock的ftp客户端程序,实现用户登陆,获取服务文件列表,上传下载文件-protocols of the ftp client, enabling user landing, access documents list uploading and downloading files
Unixftpcilent
- 一个FTP客户端类,用Socket写的,环境为Unix。 之所以封装这个类是因为以前在unix下写文件上传下载的操作都是调shell脚本,C、C++很难控制与shell的交互, 并且无法获知出错的错误代码,用C++封装成一个工具类后,任何项目都可以重用了。 操作很方便,就像平常的FTP操作: 1:登陆FTP服务端 FTPTools ftpTools (conts string &pm_sFtpServer,int pm_iFtpPort) ftpTools.
ExampleClient
- 利用套接字开发基于面向连接的客户端服务程序。-use socket connection-oriented development based on the client service procedures.
ftp9999
- 这是一个FTP客户端代码,通过本程序后访问相应的FTP服务端.-This is an FTP client code, adopted after the visit of the corresponding FTP server.
ftp_sample
- 本软件适用于装有IP/TCP协议的电脑. 主要功能:电脑间传送大型文件.(如电影等) 主要特点: 1.采用了多线程技术,速度明显高于同类软件. 2.支持多文件同时传送. 3.支持段点继传,也就是说文件可分N次传送. 4.分服务端和客户端,服务器支持多客户. 5.在传送过程中可实实对话,有聊天功能. 6.为了提高效率,本软件做得短小精悍,两文件总共只有100K,直截运行,不用安装. 7.麻雀虽小,但五脏俱全,功能多,操作方便. 使用方法: 在服务端
tftp_core
- 一个tftp的核心.同时包含客户端和服务端的内核代码.可以使用该内核做高级应用.希望有用^_^
vc863523445
- 这是个ftp文件传输系统,包括服务端和客户端的程序。
FTP
- 实现基本的FTP文件上传,下载功能,以及查看文件及子目录等,服务器端在和客户端建立连接之后,一直监听客户端的服务请求,而且可以实现多线程。
FTPClientProgram
- C++编写的FTP客户端程序 该程序完成以下功能: ⒈登录FTP服务器; ⒉显示登录FTP服务器目录下的文件和目录名; ⒊提供文件下载上传服务
FTP
- FTP上传下载文件程序,包含服务起和客户端
6.12
- 实现FTP下载和上传的功能,通过Socket实现服务端和客户端的连接,实现文件的下载和上传.
FtpClient&Service
- 一个C#写的ftp客户端,可已安装为系统服务,并支持客户端配置文件.(附带安装为服务和卸载服务的批处理文件)-a write C# ftp client can be installed as system services, and to support client configuration files. (Incidental services for the installation and uninstall the batch file)
FTP-server-client-linux-c
- FTP 客户端和服务器端,linux程序。支持多进程服务!客户端和服务端各一个单独文件。-FTP on linux codes。Client and server。
ftp
- C语言编写的完整的ftp源代码,包括客户端与服务端-The complete C language source code ftp, including the client and server
FileTransmit.Src.Setup
- 支持多线程断点续传的文件传输(FTP)程序(含服务端和客户端、支持蓝牙(Bluetooth)传输)-Support multi-threaded HTTP file transfer (FTP) procedures (including client and client services, support Bluetooth (Bluetooth) transmission)
FTP_client_server
- 这是我自己用VB写的一个FTP客户服务端的代码!测试非常好用,简单实用!-This is my own using VB to write an FTP client code customer service! Test is very convenient, simple and practical!
ftpbean
- ftp协议的编程文件,该文档用于进行关于FTP服务与客户端设计的编程设计-The FTP protocol of program files,This document to be used for FTP client about service and design of program design
tftp源码
- tftp客户端和服务端代码,自己测试过很好用(TFTP client and server code)