搜索资源列表
ftp-svr-clt
- 关于一个简单的FTP的服务器和客户机两个演示程序. 让你更容易理解FTP原理和机制 C#-on a simple FTP server and client two demonstration program. Let you be more readily understood FTP principle and mechanism of C#
11111Ftp
- FTP服务器编程源代码。可实现FTP服务器和客户机间的通信。在VC下运行
FtpSource
- 用VC++做的FTP客户机程序,具有常用的FTP功能。
Ftpclient
- 本程序是用c++写的一个ftp客户机,请参考
标准VC版FTP客户端源代码
- 本文件进行了实施测试通过的,但如果访问不了非本机的服务器,可查看你是否启动了个人防火墙,本程序没有解决个人防火墙问题。-this document for the implementation of the test, but if not visit the non-server machines, you can check whether or not to launch a personal firewall, this procedure does not solve the prob
ftp客户机
- 利用Socket套接字创建基于对话框类的FTP工具-use Socket creation based on the type dialog FTP tools
FTP
- FTP(File Transfer Protocol)是文件传输协议,我们可以在服务器中存放大量的共享软件和免费资源,网络用户可以从服务器中下载文件,或者将客户机上的资源上传至服务器。FTP就是用来在客户机和服务器之间实现文件传输的标准协议。它使用客户/服务器模式,客户程序把客户的请求告诉服务器,并将服务器发回的结果显示出来。而服务器端执行真正的工作,比如存储、发送文件等。 如果用户要将一个文件从自己的计算机发送到FTP服务器上,称为FTP的上载(Upload),而更多的情况是
ftpClient
- FTP客户端有自动获取本机IP,设置端口号,用户登录管理,获取服务器端的文件目录,文件传输等功能-FTP client with automatic access to the local IP, set the port number, user login management, access to the server file directory, file transfer and other functions
ftp
- 对大型企业和大型单位而言,其C/S结构下的终端机数量众多,因此,人工软件升级将是一件头痛的事情。采用自动升级模块,将极大的提高软件系统的效率。本模块的功能是,将本地最新软件模块上传到服务器上,以客户机自动检测并下载,实现客户端程序的自动更新。-For large enterprises and large-scale units, its C/S structure of the large number of terminals, therefore, artificial software
ftp
- ftp 连接 使用udp协议连接客户机和服务器 用户可以登陆服务器下载文件-ftp to connect using the udp protocol to connect clients and servers Users can login the server to download the file
ftp
- ftp文件传输客户机,支持双向传输,主动和被动模式-ftp translation
FTP.client
- 网络服务是以客户机/服务器模式工作的。FTP服务是基于TCP协议的网络服务。该设计目的是通过FTP客户机程序的设计,-Web services are client/server model to work. FTP service is based on the TCP protocol for network services. The design objective is through the FTP client program design,
Ftp
- 程序能实现基本的FTP客户端功能,能登陆FTP服务器,显示登陆客户机目录下的文件和目录名,能从该目录中选择下载服务器的文件,也能向服务器上传文件。-FTP programs can achieve the basic function of the client can login FTP server, the client displays log files and directories under the directory name from the directory of you
www.bangbangwx.com
- 文件传输协议(FTP:File Transfer Protocol)使得主机间可以共享文件。 FTP 使用 TCP 生成一个虚拟连接用于控制信息,然后再生成一个单独的 TCP 连接用于数据传输。控制连接使用类似 TELNET 协议在主机间交换命令和消息。文件传输协议是TCP/IP网络上两台计算机传送文件的协议,FTP是在TCP/IP网络和INTERNET上最早使用的协议之一,它属于网络协议组的应用层。FTP客户机可以给服务器发出命令来下载文件,上传文件-File Transfer Protoco
FTP-client-program-design
- FTP客户机程序设计 在理解FTP 等应用层协议设计思想的基础上,初步掌握应 用层协议(如HTTP 协议)的编程实现方法。-FTP client program design
FTP-client-network-
- visual c++网络通信编程 FTP客户机实现网络资源下载-visual c++ FTP client network communications programming for network resources to download
VCPPFTP
- 通过MFC编程实现FTP客户机和服务器功能,通过用户名和密码登陆,实现文件互传和新建目录等功能。-FTP server and FTP client
FTPclient
- ftp客户机源代码,上传下载文件功能,查看功能,ftp客户机基本功能都有-ftp client source code, file upload and download capabilities, viewing, ftp client basic function
FTPbaogao
- FTP客户机制作,基于CFtpsession的ftp客户机制作,不是用socket网络编程实现的。-Based on CFtpsession FTP client, not to use the socket network programming.
ftp客户机console台
- FTP's client, using C++ to implement a FTP client, a graphical interface based on MFC
