文件名称:ftp
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 75kb
- 下载次数:
- 0次
- 提 供 者:
- fuk***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
在linux环境下用socket编程实现一个FTP,并支持以下命令:
1.?显示FTP的命令
2.pwd显示客户端的路径
3.dir列出客户端的文件信息
4.cd 改变客户端的路径
5.put 上传一个文件
6.get 下载一个文件
7.quit 结束,退出FTP
-In the linux environment, with the socket programming an FTP, and supports the following commands: 1.? Show FTP commands 2.pwd shows the path of 3.dir client list client' s file information 4.cd to change the path of the client 5.put upload a file to download a file 7.quit end 6.get, exit FTP
1.?显示FTP的命令
2.pwd显示客户端的路径
3.dir列出客户端的文件信息
4.cd 改变客户端的路径
5.put 上传一个文件
6.get 下载一个文件
7.quit 结束,退出FTP
-In the linux environment, with the socket programming an FTP, and supports the following commands: 1.? Show FTP commands 2.pwd shows the path of 3.dir client list client' s file information 4.cd to change the path of the client 5.put upload a file to download a file 7.quit end 6.get, exit FTP
(系统自动生成,下载前可以参看下载内容)
下载文件列表
client.c
ftp实验报告.doc
server.c
ftp实验报告.doc
server.c