搜索资源列表
portscan
- 一个简单的端口扫描程序: addstr = \"发现端口\" & Str(port) & \"打开\" & Space(5) Select Case port Case 7 plus = \"ECHO服务\" Case 21 plus = \"FTP服务★★★★★\" Case 25 plus = \"SMTP服务★★\" Case 43 plus = \"Whois服务\" Case 53 plus = \"DNS服务☆\" Case 80 plus = \"HTTP服务★★★★★\" C
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_linux
- 本设计实现了ftp的设计,使用了socket网络编程,ftp基于cs模式,包含客户端和服务端,可以实现上传、下载、删除、添加等各种功能,支持断点续传、多用户登陆、错误日志等功能。运行环境是linux,压缩包内含有源代码、使用说明、实验报告等,是学习linux和网络编程的上等材料。-This design enables the design of ftp, using the socket network programming, ftp cs-based model, including cl
ftp
- 一个ftp的软件 可以实现文件的上传 下载 查看服务端的目录 用c实现。-A ftp software you can upload files download view the directory services client and c to achieve
FTPService
- ftp服务器的主要功能是上传下载文件以达到数据共享的目的。在linux底下开发ftp服务器旨在帮助学员综合运用linux初级编程与linux高级编程所学到的知识。如:守护进程的编写,进程间通讯, 管道,socket编程,文件I/O标准库函数与系统调用,以及文件权限管理等等。具体操作详见压缩包里面的文档有操作服务手册,可以控制上传和下载的速度。-USER PASS CWD,XCWD CDUP REIN QUIT PORT PASV TYPE MODE RET
ftp
- unix下的ftp客户端和服务端,实现rfc959的功能-Under unix the ftp client and server to achieve the functions of rfc959
080326170045
- 在s3c2410和2440基础上成功移植ftp服务的配置文件,适合大多数2410和2440板-S3c2410 and in 2440 based on the success of transplantation services ftp configuration file
ftp
- ftp服务功能, 有文件的上传下载功能和用户管理功能-ftp server
tinyftp
- linux 下的FTP服务端,希望-The FTP server under linux
findftp
- ftp搜索引擎,FTP是因特网最主要的服务之一,在FTP服务器上保存有大量的各种各样的共享软件、技术资料和多媒体数据等文件。因为每个FTP服务器都有若干个目录,其目录和文件结构比较复杂,要在FTP服务器上找到自己需要的文件不是一件容易的事情,要在多个FTP服务器上查找文件更是困难。基于WWW的FTP 搜索引擎可以很好的解决上述问题。-ftp search engine for finding free software downloads, free mp3s, images, sharewar
FTP
- FTP服务器,满足上传下载,目录的一些操作-FTP server, to meet the uploading and downloading, directories, some of the operations
ftp
- linux平台下用C编写的FTP服务端程序-linux platform using FTP server written in C program
cuftpd
- ftp服务端程序,非常实用,学习非常好。-ftp
Linux
- 包括linux网络基本配置,DHCP服务,NFS服务,DNS服务,FTP服务,Mysql服务等内容-Linux network, including basic configuration, DHCP service, NFS service, DNS service, FTP service, Mysql service, etc.
ftp_srv_main
- 在Linux下以C语言完成的FTP服务系统,实现了的上传和下载,列举文件目录,创建文件夹,删除文件,限制用户权限等功能。适合Linux编程初学者参考使用。-C language under Linux FTP service system to achieve the upload and download, list file directory, create folders, delete files, restrict user permissions function. For the
ftp
- 在linux环境下,用c语言实现简单的ftp服务系统,比较简单-C language in the linux environment, simple ftp service system is relatively simple
ftp_server
- Linux下ftp服务的服务器端的代码实现-Server-side code under Linux ftp services implementation
ServiceScaner_FTP
- 基于FTP协议的服务扫描器,FTP服务扫描就是通过扫描查找提供FTP服务的主机。-FTP protocol-based services scanner, FTP service scan by scanning for the provide FTP service host.
scans
- 扫描某网段的主机是否开启ftp服务 包含计时 单线程 可运行 易懂-Scanning a network segment host is open ftp service can run single-threaded understand
ServiceScaner_FTP
- 本程序可以实现对FTP协议的服务进行扫描,是一个简易的程序(This procedure can be achieved on the FTP protocol service scanning, is a simple procedure)