搜索资源列表
基于VC和Socket的完整Ftp客户端程序
- 基于VC和Socket的完整Ftp客户端程序-Socket-based VC and the integrity Ftp Client
FTP客户端开发——WinSock
- FTP客户端开发——WinSock,这个程序是使用套接字开发的一个ftp客户端程序,是vc++开发大全这本书中的源代码,有意于此方面的朋友可以-FTP client development -- WinSock, the procedure is to use the socket to develop a ftp client is vc + + development Daquan this book source, the intention here to see friends
webftp2.3
- 小巧的FTP客户端源代码 能实现简单的文件传输功能 利用底层socket建立传送通道-compact FTP client source code to the simple file transfer capabilities to build the underlying socket transmission Corridor
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.
利用socket接口实现的FTP客户端和服务器端
- linux下利用socket接口实现的FTP客户端和服务器端,linux using socket interface of the FTP client and server
thetestofFTP
- FTP的实验报告,包含有客户端和服务器的代码,比较使用,利用socket实现的!-FTP lab reports, includes client and server code, compare, using socket implementation!
kehuduan
- 基于TCP/IP的客户端,用socket进行通信。用vc++实现-Based on TCP/IP client using socket communication. With vc++ Achieve
Ftp
- 一个用win SOCKET实现的FTP客户端程序,支持常见的FTP操作-To achieve a win SOCKET with the FTP client program to support the common FTP operation
Client
- socket套接字,实现交互双方的路径显示,以及文件的传输-Socket socket, the realization of interaction between the two sides show the path and file transfers
Client
- 这是一个简单的FTP实现软件,其基于socket编程。-This is a software,which is about of FTP client
ftp
- ftp客户端 可以连接ftp服务器 并进行文件下载-a ftp client can download the server s files
Java
- 这里面是一个简单的socket编程说明文档,有详细的ftp客户端实现需要方法,以及一些主要的代码-That there is a simple socket programming documentation, a detailed implementation of the ftp client needs methods, and some major code
My-FTP-Client(CSocket-P-socket)
- My FTP client implement by C++. easy interface with two panel. Very easy to learn.
FTP-socket-
- FTP客户端程序,使用CWinInet类实现网络编程中的Socket编程-FTP client program that uses CWinInet class Socket Programming Network Programming
web-program--socket-
- FTP客户端程序,使用CWinInet类实现网络编程中的Socket编程-FTP client program that uses CWinInet class Socket Programming Network Programming
my-ftp
- 自己写的FTP服务器和客户端,包括命令行客户端和GUI客户端,供大家参考(FTP Client and Server)