ftp客户端程序设计.doc
约26页DOC格式手机打开展开
ftp客户端程序设计,ftp客户端程序设计页数 26 字数 8130摘要ftp是一个功能强大的文件传输工具, 尤其是有站点或经常连ftp的用户,早期的cuteftp也是他们经常使用的一个软件, ftp客户端程序,不仅功能强大,而且它提供了直观的文件传输操作方式,用户只需要使用鼠标拖曳选择传送的文件就可以快速完成文件的添加,本论文主要介绍了利...
内容介绍
此文档由会员 张阳阳 发布
FTP客户端程序设计
页数 26 字数 8130
摘要
FTP是一个功能强大的文件传输工具, 尤其是有站点或经常连FTP的用户,早期的CuteFTP也是他们经常使用的一个软件, FTP客户端程序,不仅功能强大,而且它提供了直观的文件传输操作方式,用户只需要使用鼠标拖曳选择传送的文件就可以快速完成文件的添加,本论文主要介绍了利用VB来设计FTP客户端的相关知识,和利用各种VB控件和调用Windows API函数来完成FTP各项功能的方法。
1、FTP客户端其强大的文件传输功能,使它已成拥自己站点的用户所经常使用的软件。
2、本系统的实现采用的工具为 Visual Basic 6.0。
3、在连接FTP服务器端之前。需要输入FTP的主机地址。以及自己的用户名和密码。当正确连入主机之后。我们就可以完成如上所述的各项功能了。当我们完成多有操作之后。又可以通过点击关闭连接按钮来断开FTP的连接,使用简易,功能强大。只需拖动鼠标就可以完成所有操作!
通过设计和实现本系统,使我更加熟悉了VB语言的编程。更加了解了FTP工作原理和TCP/IP工作原理,同时也对API函数的调用和各种VB控件的使用有了一个比较深刻的认识。学习到了很多非常有用的知识。
关键字:VB,FTP,Windows API
Abstract
The FTP client is a function powerful software of the file transmission. Is especially the friend who has their website or ofen connnect FTP, Especially CuteFTP is the software that they like,FTP is not only function powerful,and it offer a visual Mode of operation to transmission file
User only Use mouse can add the file. The paper Explanation how to design the FTP useing VB and how to realize the FTP client’s function using various of controls.
1. FTP is a function powerful software,It make many Enterprise and the man of have their website to use this software
2. This system utilizes Visual Basic 6.0 as the tool.
3. Before connect the server,we must input the server name,user name,and the passwprd.When connect the serve is not fail,we can realize the function we have said.When we achieve the hadle, wo can click the disconnect command to cut the jion.Use simple but the function is powerfuly.
Through designing and realizing the system,I can know well the VB of programing, and theory of FTP’s operation. I think I have studied a lot of knowledge
Keyword: VB; FTP; Windows API
目 录
摘要....................................................1
第1章 系统慨述.........................................4
1.1毕业设计目的........................................4
1.2本系统设计的目的.....................................4
1.3本系统设计的内容.....................................4
第2章 开发工具和相关技术简介 ...........................6
2.1 VB简介............................................6
2.2 Windows API函数介绍..................................6
2.3 Internet Transfer 控件简介.............................6
2.4 Web Browser 控件介绍..................................7
2.5 Windows Socket控件介绍 .............................7
第3章 FTP客户端总体设计和分析............................8
3.1 浅析FTP工作原理......................................8
3.2 FTP功能设计..........................................8
第4章 详细参数及流程图说明...............................10
4.1 API支持FTP开发的流程.................................10
4.2 功能详细设计参数说明..................................11
第5章 系统测试与分析.....................................18
第6章 毕业设计体会.......................................20
谢辞......................................................21
参考文献..................................................22
附录:源程序清单...........................................23
参考资料
[1] 谢希仁 编著,计算机网络(第4版), 北京:电子工业出版社,2003年6月
[2] 黄嘉辉 编著,Visual Basic.NET网络程序设计,清华大学出版社,2003年
[3] 唐大仕,蔡翠平 编著, Visual Basic程序设计,清华大学出版社,2002.1月
[4] Kris Jams 博士 编著, Visual Basic程序设计技巧1001例,电子工业出版社,1998年10月
[5] 作者不详,Visual Basic轻松"搞定"Browser及Ftp,2005-4-12
页数 26 字数 8130
摘要
FTP是一个功能强大的文件传输工具, 尤其是有站点或经常连FTP的用户,早期的CuteFTP也是他们经常使用的一个软件, FTP客户端程序,不仅功能强大,而且它提供了直观的文件传输操作方式,用户只需要使用鼠标拖曳选择传送的文件就可以快速完成文件的添加,本论文主要介绍了利用VB来设计FTP客户端的相关知识,和利用各种VB控件和调用Windows API函数来完成FTP各项功能的方法。
1、FTP客户端其强大的文件传输功能,使它已成拥自己站点的用户所经常使用的软件。
2、本系统的实现采用的工具为 Visual Basic 6.0。
3、在连接FTP服务器端之前。需要输入FTP的主机地址。以及自己的用户名和密码。当正确连入主机之后。我们就可以完成如上所述的各项功能了。当我们完成多有操作之后。又可以通过点击关闭连接按钮来断开FTP的连接,使用简易,功能强大。只需拖动鼠标就可以完成所有操作!
通过设计和实现本系统,使我更加熟悉了VB语言的编程。更加了解了FTP工作原理和TCP/IP工作原理,同时也对API函数的调用和各种VB控件的使用有了一个比较深刻的认识。学习到了很多非常有用的知识。
关键字:VB,FTP,Windows API
Abstract
The FTP client is a function powerful software of the file transmission. Is especially the friend who has their website or ofen connnect FTP, Especially CuteFTP is the software that they like,FTP is not only function powerful,and it offer a visual Mode of operation to transmission file
User only Use mouse can add the file. The paper Explanation how to design the FTP useing VB and how to realize the FTP client’s function using various of controls.
1. FTP is a function powerful software,It make many Enterprise and the man of have their website to use this software
2. This system utilizes Visual Basic 6.0 as the tool.
3. Before connect the server,we must input the server name,user name,and the passwprd.When connect the serve is not fail,we can realize the function we have said.When we achieve the hadle, wo can click the disconnect command to cut the jion.Use simple but the function is powerfuly.
Through designing and realizing the system,I can know well the VB of programing, and theory of FTP’s operation. I think I have studied a lot of knowledge
Keyword: VB; FTP; Windows API
目 录
摘要....................................................1
第1章 系统慨述.........................................4
1.1毕业设计目的........................................4
1.2本系统设计的目的.....................................4
1.3本系统设计的内容.....................................4
第2章 开发工具和相关技术简介 ...........................6
2.1 VB简介............................................6
2.2 Windows API函数介绍..................................6
2.3 Internet Transfer 控件简介.............................6
2.4 Web Browser 控件介绍..................................7
2.5 Windows Socket控件介绍 .............................7
第3章 FTP客户端总体设计和分析............................8
3.1 浅析FTP工作原理......................................8
3.2 FTP功能设计..........................................8
第4章 详细参数及流程图说明...............................10
4.1 API支持FTP开发的流程.................................10
4.2 功能详细设计参数说明..................................11
第5章 系统测试与分析.....................................18
第6章 毕业设计体会.......................................20
谢辞......................................................21
参考文献..................................................22
附录:源程序清单...........................................23
参考资料
[1] 谢希仁 编著,计算机网络(第4版), 北京:电子工业出版社,2003年6月
[2] 黄嘉辉 编著,Visual Basic.NET网络程序设计,清华大学出版社,2003年
[3] 唐大仕,蔡翠平 编著, Visual Basic程序设计,清华大学出版社,2002.1月
[4] Kris Jams 博士 编著, Visual Basic程序设计技巧1001例,电子工业出版社,1998年10月
[5] 作者不详,Visual Basic轻松"搞定"Browser及Ftp,2005-4-12