求翻译(毕业论文用) 希望有英语爱好的朋友给翻译下 不要Google或工具翻译的

来源:百度知道 编辑:UC知道 时间:2024/05/27 16:17:58
FTP服务是以它所使用的文件传输协议(File Transfer Protocol)命名的。FTP是Internet上使用最广泛的应用之一。 目前Internet上几乎所有的计算机系统上,都带有FTP工具,用户可以通过它们将文档通过网络从一台计算机传送到另外一台计算机上。目前匿名FTP是Internet上进行资源共享的主要途径之一。FTP服务使用的是时下使用广泛的客户端/服务器(C/S)模式,即设立一台计算机作为提供FTP服务的服务器,它接受其它计算机的FTP服务请求并相应,提供FTP服务。这种客户端/服务器(C/S)模式在网络服务上有很重要的应用,于是对于网络应用程序的开发也分为服务器端和客户端两部分。由于客户端软件使用人数众多,它的易用性、高效性就有了更高的要求。
通过使用功能强大的Visual C++6.0和它提供的专门针对Internet网络编程标准程序类库WinInet开发FTP客户端软件,通过调用它提供的一些方法,实现连接FTP服务器,上传/下载文件,目录操作等基本功能,便能开发出容易上手,效率较高的FTP客户端应用程序。不但能体现客户端/服务器(C/S)模式开发的特点,还可以开发出更好的应用软件。

FTP service is named after its File Transfer Protocal. FTP is the most widely used applications on the Internet. Currently almost all the computer systems have the tools of FTP, and users can transfer files from one computer to another on the Internet by the help of FTP. Now anonymous FTP is the main way for sharing materials on the Internet. The mode FTP uses is the most widely used C/S, which means designing one computer as the server providing FTP service and letting it receive service request from other computers and accordingly, provide FTP service. This C/S mode plays an important role in the use of Internet service. As a result, the development of Internet applications are divided into server end and client. Because that the users of client is in a large quatity, it's very demanding for its ease for use and high efficiency.
By using the powerful Visual C++6.0 and its softwares of FTP client developed by targeting at Internet programming standard program class librari