搜索资源列表
利用socket接口实现的FTP客户端和服务器端
- linux下利用socket接口实现的FTP客户端和服务器端,linux using socket interface of the FTP client and server
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.
ftpClient.c.zip
- this is a simple ftp client in c for linux,this is a simple ftp client in c for linux
client
- ftp客户端,运行环境: Unix, Linux, FreeBSD-ftp client, operating environment: Unix, Linux, FreeBSD
ftpClient
- 从busybox提取的ftp客户端程序,main函数是测试函数。用arm-linux-gcc ftpClient.c -o main编译后即可运行。-Busybox extracted from the ftp client program, main function is to test the function. Use arm-linux-gcc ftpClient.c-o main compiled to run.
ftp_and_tftp_client.tar
- Linux下C实现的ftp客户端代码,实现常用10余种功能;tftp客户端代码,实现下载功能。有BUG更改或者好的建议请通知我,衷心感谢你对我的帮助!-C under Linux achieved ftp client code to achieve more than 10 types of commonly used functions tftp client code, to achieve download function. BUG change or have good sugge
netkit-tftp-0.17
- netkit-tftp-0.17 for Linux 内容说明: tftp Trivial File Transfer Protocol client tftpd Trivial File Transfer Protocol daemon-netkit-tftp-0.17 for the Linux content showed that, Tftp Trivial File Transfer Protocol client tftpd Trivial File Transfer Pr
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
myftp.tar
- linux--ftp client myftp.tar.gz
ftp
- linux下,简单FTP的实现,客服端,和服务器段的代码都有。-Under linux, the realization of a simple FTP, client service, and servers have the code above.
ftpclient1
- C program for a FTP Client Done in Fedora 7(Linux) using Socket Programming
ftpdown
- linux ftp 客户端的实现,功能有些简单,但是还比较好用-linux ftp client source code
FTP
- 在 Linux 下实现一个文件传输协议(FTP)的简单实现。实现FTP 客户端和服务器的程序,使客户端可以连接至服务器,并且可以迚行一些FTP的基本操作,如列出目录、下载文件等。从FTP 协议的实现角度来看,客户端不服务器的命令通道和数据通道需要分离。-In Linux to achieve a File Transfer Protocol (FTP) for simple implementation. FTP client and server implementation procedur
FTP
- Linux下的FTP最小实现,包括客户端和服务器端-FTP minimum implementation under Linux, including client and server side
ftp
- Linux下的ftp客户端+服务器程序,该程序包括了登录、上传文件、下载文件等主要功能,且支持passive和port两种模式-ftp server and client under Linux platform
client
- linux c ftp 客户端实现下载功能!-linux c ftp client to achieve download!
FTP_socket
- 在Linux系统上完成一个文件传输协议(FTP)的简单实现。通过本实验,深入了解FTP协议的原理和协议细节,学会利用socket接口设计实现简单的应用层协议,掌握TCP/IP网络应用程序的基本设计方法和实现技巧。在Linux系统上使用socket接口实现FTP客户端程序,严格按照RFC959,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作,如列出目录、下载文件等。从FTP协议的实现角度来看,客户端与服务器的命令通道和数据通道需要分离。-In the Linux system to c
src_choaloo
- 每个程序一个功能: 1、linux下文字处理 2、连接Mysql 3、Ftp客户端 4、马达控制驱动程序 5、linux简单的shell编译程序-Each program a function: 1, linux word processing under 2 connections Mysql 3, Ftp Client 4, motor control driver 5, linux compile a simple shell program
ftp-client
- FTP客户端,能够实现断点上传、下载、查看文件大小、添加文件和目录,删除文件和目录,在linux环境下开发 -百度翻译 翻译结果(中 > 英)复制结果 The FTP client, can realize the breakpoint upload, download, view the file size, add files and directories, delete files and directories, in the Linux developm
ftp文件上传下载
- Linux ftp 实现文件传输,客户端,服务器端实现文件上传下载(Linux FTP file transfer, client, server-side file upload and download)