搜索资源列表
myFtp_c
- 我写的FTP客户端,在linux Redhat 9.0上通过,能够连接linux下的FTP服务器。-I write FTP client, the Linux Redhat 9.0, adopted Linux to connect the FTP server.
myftp-complete.tar
- linux下实现的简易ftp客户端程序,可以与标准的ftp服务器上下载、上传文件、列出指定目录下的所有文件,等。-simple ftp client, with the standard of the ftp server to download and upload documents, designated directories list of all documents, such as.
利用socket接口实现的FTP客户端和服务器端
- linux下利用socket接口实现的FTP客户端和服务器端,linux using socket interface of the FTP client and server
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
FTP-server-client-linux-c
- FTP 客户端和服务器端,linux程序。支持多进程服务!客户端和服务端各一个单独文件。-FTP on linux codes。Client and server。
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
ftp
- Linux下的ftp客户端+服务器程序,该程序包括了登录、上传文件、下载文件等主要功能,且支持passive和port两种模式-ftp server and client under Linux platform
ftp_file
- unix和linux环境下根据文件属性自动从服务器上ftp文件-unix and linux environment automatically based on file attributes on the ftp files from the server
fuwuqi
- 服务器 Linux服务器提供网站服务 FTP服务器配置-Server Linux server to provide web services to configure FTP server
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
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客户端源代码
- linux下ftp服务器客户端,实现基本的文件上传,下载等功能。
ftp客户端源代码
- linux下ftp服务器客户端,实现基本的文件上传,下载等功能。
ftp客户端,加上SSL
- 在linux环境下使用C语言编程,加上openssl库,建立安全连接,与ftp服务器配合使用。