搜索资源列表
client
- linux下RFC 959 FTP客户端程序,可以下载上传 ls pwd cd lcd等
server
- ftp server 程序,RFC959,支持上传下载ls dir pwd等
Linux--arm2440-ftp
- linux 与arm2440 之间的ftp程序 命令的处理(ls)命令,通过底层函数编程实现 不是直接调用系统函数。程序中包含输入输出重定向等操作。-linux and arm2440 between the ftp command processing program (ls) command, through the realization of the underlying functional programming is not directly call the system fun
95-116
- linux下ftp服务器,实现ls cd put get quit命令-ftp server under linux, the realization of ls cd put get quit command
vim-6.4.tar
- 安装完solaris整完ls支持颜色,也装了经常使用的一些工具,改了环境变量.用着已经顺手多了,但是就有一样.vi不支持语法功能,也不高亮显示.也像原来那样,在根目录下加了个.vimrc写上一些自己习惯性的配置,可是不起作用,郁闷!难道我人品有问题?打开linux,alias看了一下环境变量,乖乖 alias vi vim!郁闷,早就知道linux用的是vim了,可是平常用的时候习惯性的敲vi,竟把这事给忘记了.早到病根下药就简单了,装个vim! 就像上次装ls一样访问:http://ww
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-LS
- FTP文件上传程序包,VS2005下开发,简单方便-FTP file upload package, developed under the VS2005 easy
FTP-LS
- “FTP服务器”中显示的是本机FTP文件夹中的文件,右键单击相应的文件,可以对文件进行下载、删除等操作-" FTP server" is displayed the native FTP folder in the file, right-click the appropriate file, file download, delete and other operations
2
- FTP简单java程序,实现ls,get,put等功能-FTP application
ftp
- 简单的ftp功能的实现,实现linux系统下ftp login\get\put\pwd\ls\cd等功能-Simple ftp function, achieving linux system ftp login \ get \ put \ pwd \ ls \ cd etc.
ftpdemo
- 简单的FTP服务器与客户端:支持命令:? ls get 服务器端:1,服务器accept 多个客户socket, 使用【多线程】2,每个接受上来的客户socket,只对应【单线程】处理各类请求即可! 客户端:客户端多线程: 1个负责 请求发送,另1个负责 接收服务器的反馈信息-ftpdemo, a simple ftp java programe! Server: ServerSocket accept socketAgentThread FtpServer server =
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