网络课程设计-MKFTP v1.0 Server + ClientBrower

目前只实现了课程设计要求的几个功能:
1. get remote-file [local-file] :从Server下载的一个文件
2. put local-file [remote-file] :传给Server一个文件
3. pwd :显示Server当前目录
4. dir :列出Server当前目录
5. cd directory :改变Server当前目录
6. ? [command] :显示所提供的命令
7. quit :退出返回

FtpServer.MainApp


FtpServer.SessionInfo

FtpServer.Ftp

FtpClient.ClientMainApp

FtpClient.ControlInfo

FtpClient.FtpViewer

代码未经整理,呵呵,等寒假再回来重构一下.
posted @ 2007-01-18 22:13  MK2  阅读(831)  评论(0编辑  收藏  举报