搜索资源列表
server
- ftp server 程序,RFC959,支持上传下载ls dir pwd等
ftpd
- A very simple ftp server s source code for demonstration. * It supports PASV/PORT modes and following operations: * ls,pwd,cwd,get,put,dele. * I have tested it using following ftp clients: * 1. Windows XP s command line ftp client, * 2. IE
babyftp
- testbox1: {/home/p-t/slacker/public_html} ftp -d testbox2 Connected to testbox2.slacksite.com. 220 testbox2.slacksite.com FTP server ready. Name (testbox2:slacker): slacker ---> USER slacker 331 Password required for slacker. Password:
myftpclient
- 使用c语言编写的ftp客户端程序。实现的命令有:open,usr,pwd,cd,ls/dir,get,put,delete,mkdir,help/?,quit。在linux下编译执行。-Using the c language of the ftp client program. Implemented commands: open, usr, pwd, cd, ls/dir, get, put, delete, mkdir, help /?, Quit. Compiled in the li
FTP-LS
- C#开发的FTP文件管理模块,可以批量上传现在文件-C# development of the FTP file management module, you can bulk upload the file now
FTP-LS
- .net开发的FTP上传工具。实现的基本功能。大家可以下载来研究一下技术不错的可以增加新的功能哦。-. net developed by FTP upload tool. Achieve the basic functions. You can download to look good techniques that can add new features Oh.
ftp.tar
- 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 progra