文件名称:ftp.tar
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Linux] [C/C++] [源码]
- 上传时间:
- 2016-02-23
- 文件大小:
- 57kb
- 下载次数:
- 1次
- 提 供 者:
- J***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
linux平台下编写的ftp项目,主要功能包括: 1.cd 进入对应目录
2.ls 列出相应目录文件
3.puts 将本地文件上传至服务器
4.gets 文件名 下载服务器文件到本地
5.remove 删除服务器上文件
6.pwd 显示目前所在路径
7.其他命令不响应
项目启动方法
./ftpserver ../conf/server.conf
客户端
./client ip port-
Prepared by the ftp program under linux platform, the main features include: 1.cd enter the corresponding directory
2.ls list the corresponding directory files
3.puts local files uploaded to the server
4.gets file name to download the file to a local server
5.remove delete files on the server
Displays the current path where 6.pwd
7. Other commands do not respond
Project start-up method
./ftpserver ../conf/server.conf
Client
./client ip port
2.ls 列出相应目录文件
3.puts 将本地文件上传至服务器
4.gets 文件名 下载服务器文件到本地
5.remove 删除服务器上文件
6.pwd 显示目前所在路径
7.其他命令不响应
项目启动方法
./ftpserver ../conf/server.conf
客户端
./client ip port-
Prepared by the ftp program under linux platform, the main features include: 1.cd enter the corresponding directory
2.ls list the corresponding directory files
3.puts local files uploaded to the server
4.gets file name to download the file to a local server
5.remove delete files on the server
Displays the current path where 6.pwd
7. Other commands do not respond
Project start-up method
./ftpserver ../conf/server.conf
Client
./client ip port
(系统自动生成,下载前可以参看下载内容)
下载文件列表
79419096ftp.tar