搜索资源列表
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#
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
- 对大型企业和大型单位而言,其C/S结构下的终端机数量众多,因此,人工软件升级将是一件头痛的事情。采用自动升级模块,将极大的提高软件系统的效率。本模块的功能是,将本地最新软件模块上传到服务器上,以客户机自动检测并下载,实现客户端程序的自动更新。-For large enterprises and large-scale units, its C/S structure of the large number of terminals, therefore, artificial software
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
ftpshangchuan
- 在FTP的使用当中,用户经常遇到两个概念:"下载"(D3ownload)和"上载"(Upload)。"下载"文件就是从远程主机拷贝文件至自己的计算机上;"上载"文件就是将文件从自己的计算机中拷贝至远程主机上。用Internet语言来说,用户可通过客户机程序向(从)远程主机上载(下载)文件。-Use them on the FTP, users often encounter two concepts: the " Download" (D3ownload) and "
FTP-client-program-design
- FTP客户机程序设计 在理解FTP 等应用层协议设计思想的基础上,初步掌握应 用层协议(如HTTP 协议)的编程实现方法。-FTP client program design