搜索资源列表
实例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.
FTP
- 实现基本的FTP文件上传,下载功能,以及查看文件及子目录等,服务器端在和客户端建立连接之后,一直监听客户端的服务请求,而且可以实现多线程。
FTPServer
- 用C++编写的FTP服务端,支持pwd、list等FTP操作
FTP
- FTP上传下载文件程序,包含服务起和客户端
ftp_demo
- 实现简单的FTP的文件的传输,可以与系统的FTP服务端联接!
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)
shiyanbaogao
- 计算机网络实验 DHCP服务的安装与设置 DNS服务的安装 FTP服务器配置 交换机的基本设置与VLAN设置实验报告 静态路由配置报告-Experimental Computer Network Services DHCP installation and setup DNS Service FTP server configuration to install the basic setup and switch VLAN settings to configure static routi
vs
- FTP传输,一个客户端,一个服务端,可以对话,传文件-FTP transmission, a client, a server can be dialogue, Chuan-document
edtftpj
- 开源工具包,用于编写FTP服务程序等,很实用 县分享-Open-source toolkit for the preparation of FTP server program, it is useful to share county
mysv
- 看了下面的我的这篇拙作,别的我不敢说,不过让你的一台普通机子,和一条ADSL,成为一台有自己的网页,自己的FTP服务,自己论坛服务,自己的邮件服务器!!!的这么一台功能强劲的服务器,应该是没有问题的!!(嘿嘿--脸有点红)-myserver
FTPD
- 一个ftp服务的实现。它短小实用,一定能成为你的好朋友。-a ftpd source code
Ftpserver
- 完美FTP服务端源码 -Perfect source FTP server
FTP
- 一个FTP客户端程序,一个FTP服务端程序-Two FTP client program
ftp
- ftp服务源码,亲测可用,喜欢的朋友下载吧-ftp service source, pro-test is available, like a friend to download it
UploadFileToServer
- ftp服务器文件上传,首先需要建立ftp服务站点,实现本地文件上传到ftp服务器(FTP server file upload)