搜索资源列表
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.
ftp9999
- 这是一个FTP客户端代码,通过本程序后访问相应的FTP服务端.-This is an FTP client code, adopted after the visit of the corresponding FTP server.
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)
vs
- FTP传输,一个客户端,一个服务端,可以对话,传文件-FTP transmission, a client, a server can be dialogue, Chuan-document
FTP
- 一个FTP客户端程序,一个FTP服务端程序-Two FTP client program
delphi-ftp-source-code
- delphi ftp 源码,包括服务端和客户端,支持多线程多任务上传和下载-delphi ftp source code, including server and client, multi-tasking multi-threaded uploads and downloads
ftp
- FTP(File Transfer Protocol 文件传输协议)是Internet 上用来传送文件的协议。在Internet上通过FTP 服务器可以进行文件的上传(Upload)或下载(Download)。FTP是实时联机服务,在使用它之前必须是具有该服务的一个用户(用户名和口令),工作时客户端必须先登录到作为服务器一方的计算机上,用户登录后可以进行文件搜索和文件传送等有关操作,如改变当前工作目录、列文件目录、设置传输参数及传送文件等。使用FTP可以传送所有类型的文件,如文本文件、二进制可执
sourceFTPclientaserver
- 可以实现FTP客户端与服务端的上传下载等功能。-Can be achieved with the server FTP client to upload and download capabilities.
FTP_lll
- 基于python的ftp客户端和服务端 老男孩(python Client and server side)