搜索资源列表
ftp_command
- 在window系统下,通过cmd窗口,利用ftp的一些简单命令来与linux服务器进行传输文件-In the window system, through the cmd window, use ftp to some simple commands to transfer files with the linux server
myftp
- Linux 命令行的一个ftp客户端,拥有ftp的基本上传、下载功能,单线程工作,可以作为学习ftp协议使用。有基本的注释。操作方式类似于Linux 自带的ftp工具。-A simple FTP-client under linux command line. It has the common ftp functionality and work under single thread. You can use this to learn the ftp protocol.
myftp
- 在Linux下 编写 一个ftp服务器,对CWD命令该进行怎样的处理。目前我的做法是:控制连接进程,用chdir()把目录改变到CWD命令所指定的目录下,然后保存当前的目录路径,发给数据连接进程。这样list命令时就能列出所在目录信息。-In the preparation of a ftp server under Linux, on the how the CWD command processing. Currently my practice is: control the connec
ftp
- 本程序为linux命令行下ftp客户端程序,实现了大部分常用ftp命令(this program is the ftp client under Linux commond line)
