搜索资源列表
flist
- 一个在unix/linux下遍历目录的程序,它使用递归方式进行实现的.-a unix / linux directory traversal under the procedures it uses recursive manner to achieve.
ftp_client
- 一个小的FTP客户端,支持PORT与PASV模式。 Linux下的C代码,在FC3,4发行版下通过测试。-a small FTP client, with the support PORT PASV mode. Linux C code in FC3, four distribution through testing.
Qt4-ftp
- 这是一个采用Qt4写成的ftp客户端程序,具有友好的GUI,代码很小,在Linux和Windows下执行速度都很快。同时可以轻易地移植到嵌入式系统上。-writes written using ftp client with a friendly GUI, code minimal, Linux and Windows implementation speed fast. While easily ported to embedded systems.
autoftp
- How to compile and install: --------------------------- First run \"./configure\", then \"make\". Then run \"make install\" as root. On RPM based Linux systems you can use this: rpm -ta puf-*.tar.gz && rpm -i /usr/src/redhat/RPMS/i38
sjftp
- 一个简单的linux下ftp客户端程序,有我自己的心血在里面-a simple linux under ftp client, have my own efforts inside
c-net
- 一个简单的linux下ftp客户端程序,有我自己的心血在里面-a simple linux under ftp client, have my own efforts inside
ftpClient.c.zip
- this is a simple ftp client in c for linux,this is a simple ftp client in c for linux
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.
webftp
- linux下的ftp软件,基于c ,兼容性很强 可与跨平台-ftp software under linux, based on c, with a strong cross-platform compatibility
myftpd
- 这是一个实现简易的FTP服务器,运行于linux平台。-This is a realization of a simple FTP server, running on the linux platform.
FTP
- linux下的一个FTP服务器,可以实现文件,图片上传功能-linux under a FTP server, you can achieve the documents, picture upload feature
filezilla-3.2.4.1
- FileZilla is a cross-platform graphical FTP, FTPS and SFTP client a lot of features, supporting Windows, Linux, Mac OS X and more. FileZilla Server is a reliable FTP server for Windows.
ftpclient
- 一个linux下的ftp客户端,界面用qt实现。登录FTP服务器超快速,软件界面简洁-Under a linux ftp client, interface with qt achieved. Log in ultra-fast FTP server, software, simple interface
pure-ftpd-1.0.24.tar
- Pure FTP Server是一个快速、高效、轻便、安全的FTP服务器。它的功能相当多,也很实用。如果你正在寻找一个方便可靠的服务器,那么它是你最好的选择。-Pure-FTPd is a fast, production-quality, standard-conformant FTP server, based upon Troll-FTPd. The server has been designed to be secure in default configuration,
TFTPSRV
- 这是一个tftp服务器的软件,谢谢使用。-It is a soretware for linux ,thank yo ufor using it .
ftp_linux
- linux下实现的关于FTP客户端程序,可以与常规的FTP服务器端进行通信,很好的一个例程。-achieved under linux on FTP client program, with regular FTP server communication, a very good routine.
ftp
- 基于FTP协议,使用linux自带的FTP服务器作为服务器,编写一个客户端C程序,用来实现上传、下载、改变目录等功能-Based on the FTP protocol, use Linux own FTP server as a server, write a client C program designed to upload, download, change directory etc. Function
FTPServer
- 实现一个简单的FTP功能,支持windows与linux的浏览-To implement a simple FTP functionality, support windows and linux browser
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