搜索资源列表
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.
linux-ftpd-ssl
- 一个linux 下的ftp服务器程序 c语言编写-a linux under the ftp server language c
ftp-socket
- 利用Linux开发环境,设计和实现一个简单的文件传输协议FTP. 里面包含了服务端和客户端的C程序-use Linux development environment, Design and Implementation of a simple file transfer protocol FTP. it contains the server and client procedures C
ftp
- linux下用C开发的源代码,是ftp 的相关代码
Linux-ftp 非常流行的ftp源代码
- ftp源代码,非常流行的ftp源代码,包括:客户端和服务器端。利用ftp协议rfc950编写的源代码。,ftp source code, a very popular ftp source code, including: client and server-side. Using ftp protocol rfc950 write the source code.
atftp_0.4.tar.gz
- linux系统下的tftp服务器和客户端程序,tftp server and client program in linux system
ftpClient.c.zip
- this is a simple ftp client in c for linux,this is a simple ftp client in c for linux
code.rar
- linux下的FTP服务器,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理,FTP server under linux, using the C Development, GCC compiler file upload, download, HTTP technical point: waiting for the process of inter-process communica
FTP-server-client-linux-c
- FTP 客户端和服务器端,linux程序。支持多进程服务!客户端和服务端各一个单独文件。-FTP on linux codes。Client and server。
client
- ftp客户端,运行环境: Unix, Linux, FreeBSD-ftp client, operating environment: Unix, Linux, FreeBSD
server
- ftp 服务端,运行环境:Unix,Linux,FreeBSD-ftp server, operating environment: Unix, Linux, FreeBSD
ftpclient1
- C program for a FTP Client Done in Fedora 7(Linux) using Socket Programming
ftp
- 在Linux下c语言实现的基于TCP/IP的ftp文件传输程序,包含完整的源代码,分为客户端程序和服务器端程序-C language under the Linux-based TCP/IP, ftp file transfer program, including complete source code, divided into client and server-side program
ftp
- 使用C语音开发的ftp程序 环境:linux系统-ftp by c use in linux
FTP
- linux下实现c语言编程,实现简单ftp上传与下载功能-under linux c programming language to achieve the function of a simple ftp uploads and downloads
ftp
- linux上用c语言实现的ftp命令行方式的简易客户端源码-ftp command line linux c language simple client source code
ftp-linux
- Linux下ftp服务,c语言实现,包括客户端和服务器端-Linux, ftp, c language
ftp.tar
- 用linux C 实现简单的ftp服务器,具有资源上传下载,浏览目录等功能,首次使用需要将其中的路径修改成本机所需要的路径。否则无法运行。-Implemented with a simple linux C ftp server with resource upload and download, browse the directory and other features, for the first time will need to modify the path in which th
FTP-client
- linux C ftp客户端,无图形界面,上传有问题,只有PASV模式-FTP client
Linux-ftp
- Linux下简单的FTP客户端程序. 这个FTP客户端程序主要分两个模块,一个是ftp_socket.c,负责socket方面的操作,另外一个是ftp.c,负责FTP的操作实现。有参考了网上开源的项目中PORT和PASV部分的处理,其他其实都挺简单的。核心代码不到900行,其中有一些地方没考虑得很全面,一些处理得不够优雅,以后慢慢再修改.-ftp linux sample
