搜索资源列表
ftp编程
- 一个在linux环境下的ftp的实现程序!-an environment in the ftp program to realize!
LinuxbuildwrielessAPmeans
- 《Linux搭建无线AP全攻略》,Linux操作系统除了可以搭建诸如Web、FTP和Mail服务器之外,其对无线网络支持全面且到位,本教程地就教大家如何使用Linux搭建一个无线AP。-In addition to structures such as the Linux operating system, Web, FTP and Mail servers outside of their wireless network to support full and in place, this
FTP
- 在Linux下以C语言完成的一个小型FTP服务系统,内附详细的设计及功能说明,以及测试文档及截图,文档中还包含了详细的Socket函数及文件操作函数介绍,适合Linux编程初学者参考使用。-C language in Linux, complete with a small FTP service system, containing a detailed descr iption of the design and function, and test documents and screen
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
ftp
- 在linux环境下用socket编程实现一个FTP,并支持以下命令: 1.?显示FTP的命令 2.pwd显示客户端的路径 3.dir列出客户端的文件信息 4.cd 改变客户端的路径 5.put 上传一个文件 6.get 下载一个文件 7.quit 结束,退出FTP -In the linux environment, with the socket programming an FTP, and supports the follo
linuxdown-1.2.0.tar
- FTP多线程下载客户端 在linux下解压,编译,运行 按照运行提示即可实现linux下的多线程下载-FTP multi-threaded download client under linux unzip, compile, run prompts can be realized in accordance with the running of multi-threaded linux download
cmdftp-0.9.4
- ftp客户端程序 ,在linux环境运行 有完整的ftp命令-ftp client program, running in linux environment complete ftp command
download
- 在linux环境下利用socket实现ftp的文件下载-using socket to realise the download function in linux
wlet
- linux 下 ftp 和 telnet 功能结合的一个服务器源码,可实现服务器端和客户端基本shell 命令,及上传下载文件功能,无需帐号认证 - 1 no count and no authentication , the shell running level result in who run the server in server side 2 basic ftp transferring functions as get files (g files ) and
linux_source_reading_requirement
- Linux 源代码阅读知识点及要求 说明:1、本次源代码阅读,以Linux 最新的稳定版本(2.6)为主; 2、源代码下载地址: 在官方站点 www.kernel.org 上最新稳定版本是 2.6.13.2; 在清华的 ftp 上随时都可以下载到: ftp.tsinghua.edu.cn/mirror/kernel.org/linux/kernel/v2.6/ 3、源代码阅读辅助工具: 在Windows 环境下推荐SourceInsight3.5 在Linux 环
cutftp.tar
- 一个非常简单的FTP服务器,包括浏览、删除、上传、下载、转换目录等最基本的功能,用传统的多进程的方式实现。可供初学 Linux网络编程的朋友参考。什么都不用说了,一切尽在代码中,注释还是比较丰富的。 -A very simple FTP servers, including browsing, delete, upload, download, convert directories such as the most basic functions, the traditional multi-
ftp
- linux平台下用C编写的FTP服务端程序-linux platform using FTP server written in C program
450913ftp-svr-clt
- ftp服务器源码,基本实现了ftp的功能。文件传输,远程登录等。在linux下实现,基于tcp。-ftp server source code, the basic realization of the ftp function. File transfer, remote login, and so on. In linux to achieve, based on tcp.
linux
- linux的学习过程中记录的学习笔记 -recorded in the learning process linux study notes
wu_ftpd_src
- Linux下的wu_ftpd源代码,比较精典的ftp源代码之一,很具有参考价值。-wu_ftpd source in Linux system,the classic one ,with reference value
myftp
- ftp客户端的实现 ,用c语言实现,在linux下gcc测试通过-ftp client implementation, using c language, tested in gcc under linux
LinuxNetworkStack
- 介绍怎样在linux下使用netfilter编写内核网络模块,例子独特新颖,包括轻量防火墙和FTP 密码嗅探器等,非常实用。-Describes how to use netfilter in linux kernel network module writing, examples of unique new, including the lightweight firewall and FTP password sniffer with other, very practical.
ftp-1.7
- 在linux下用c语言写的ftp服务器程序-it is a FTP server program wiritten by c language in linux system.
FTP_socket
- 在Linux系统上完成一个文件传输协议(FTP)的简单实现。通过本实验,深入了解FTP协议的原理和协议细节,学会利用socket接口设计实现简单的应用层协议,掌握TCP/IP网络应用程序的基本设计方法和实现技巧。在Linux系统上使用socket接口实现FTP客户端程序,严格按照RFC959,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作,如列出目录、下载文件等。从FTP协议的实现角度来看,客户端与服务器的命令通道和数据通道需要分离。-In the Linux system to c
ftp_server
- 用c语言在linux环境下实现了ftp服务器的登录模块,目录操作,文件操作,文件传输模块,工作模式,监控模块等,另外还有文档。 -C language in linux environment to achieve a ftp server login module, directory operations, file operations, file transfer module, mode, control module, in addition to the document.