搜索资源列表
MINI FTP客户端
- 基于winsock的ftp客户端程序,实现用户登陆,获取服务文件列表,上传下载文件-protocols of the ftp client, enabling user landing, access documents list uploading and downloading files
assignment
- 一个实现了的ftp服务器基本功能程序,服务器的安全管理代码还没有开发, 但该程序已经可以适用于网络 该ftp服务器还具有一些管理功能,主要是针对用户管理的,有如下命令: list listuser adduser deluser help ? 关于用户的权限设置,还未开发,因此所有登陆的用户的都具有最高权限, 有2个缺省用户: user:ruan password:good user:wen password:well 用户信息在同目录下的user.
FtpSystem.rar
- 能够随时监听客户端的连接请求,提供上传,下载文件的功能,进行文件可靠性的传输.(服务器端也能提供增加访问用户的功能,修改用户相关信息的功能,并能选择对应每个用户的共享ftp列表的功能,进行相关的上传,下载数据【待升级】),并可以实现和客户端进行聊天等功能。在客户机请求来的时候为该用户临时创建一个进程,实现多线程的编程。,Be able to listen at any time the client connection requests, providing upload and downlo
webdisk.zip
- 支持大文件、多文件、断点续传、进度显示上传。 支持直接下载其它网站文件至空间,带详细进度显示功能。 可自动开通FTP帐号对应用户空间进行文件管理。 ,Support large files, multi-document, HTTP, shows upload progress. Support for other sites to download files directly to space, with detailed progress display. FTP account c
qk_vcftp
- VC++简单FTP客户端带毕业设计 主要是练习Winlnet类的简单使用,使用C++实现,有设计文档和使用手册。这只是实现一个简单的基本的FTP上传功能,你不能拿它和现在流行的FTP软件来比。可以帮你开拓编程思路及研究一些类的使用方法。 -VC++ simple FTP client with a graduation class is mainly practiced Winlnet simple to use, using C++ implementation, a design doc
Serv-U-FTP-Server-zh_Cn(CHM)
- Serv-U是一种被广泛运用的FTP服务器端软件,支持3x/9x/ME/NT/2K等全Windows系列。可以设定多个FTP服务器、限定登录用户的权限、登录主目录及空间大小等,功能非常完备。-Serv-U is a widely used FTP server-side software, such as support for the entire Windows family 3x/9x/ME/NT/2K. Can set up multiple FTP servers, limit the
client.c.tar
- 客户机上传下载功能 可以输入用户名,密码,得到验证-From the client can download function to enter a user name, password, be verified
FTPClientCode
- 这个类允许你使用Visual Basic.NET对FTP网页执行直接链接。 这个类支持以下FTP命令: -Upload 一个文件 -Download一个文件 -Create 一个目录 -Remove 一个目录 -改变目录 -Remove 一个文件 -Rename 一个文件 -Set 远程用户的用户名 -Set 远程用户的密码-' This type of permit you to use Visual Basic.NET fo
ftp
- pb图形化ftp界面。设置地址、用户名、密码后连接服务器,选择需要传递的文件即可-pb graphical ftp interface. Setting address, user name, password and connect to a server, select the documents necessary to transfer
FtpClient
- 当客户端进入FTP之后,客户端首先建立一个客户控制连接,并向主服务器发送连接请求,然后可以发出一系列的用户命令。-When entering the FTP client, the client-side control of the first set up a client to connect to the main server to send connection requests, and then may issue a series of user commands.
babyftp
- testbox1: {/home/p-t/slacker/public_html} ftp -d testbox2 Connected to testbox2.slacksite.com. 220 testbox2.slacksite.com FTP server ready. Name (testbox2:slacker): slacker ---> USER slacker 331 Password required for slacker. Password:
j_14398_vote
- Ajax 心情投票系统,从网上找的都不怎么完整,只好根据自己的需求把其修改了,特别添加了程序安装功能,方便大家使用. 本系统支持IE6,IE7,IE8,FireFox,Opera,Chrome..... 支持无刷新显示,由于技术有限,只支持放在根目录下... 图片在images文件夹,可以替换,图片的文件名不要更改... 1,安装: 把文件解压用FTP软件上传到根目录下 注意:文件正确放置为: 根目录/vote/ 打开: http://**/vote/install.
ftpuenum.tar
- ftp服务器对用户登陆是的不同反映,可以用来探测是否存在该用户-ftp server to the user login is a different reflection can be used to detect the existence of the user
Support
- 文件资料管理,FTP下载 ,用户管理,-File Data Management, FTP downloads, user management
VCFtpClent
- 关于VC++编写的客户用户的程序代码!!! -Prepared on the VC++ client user code! ! !
FTPclient
- 利用VC编写的FTP完整客户端程序,功能齐全,实现基本的FTP上传、下载、删除、重命名等操作,也便于用户二次开发。-Prepared using FTP 完整客户端 VC program, fully functional, to achieve the basic FTP upload, download, delete, rename and other operations, but also user-friendly redevelopment.
vcftp_src
- FTP客户端程序。实现功能:用户友好界面;登录功能;复制、粘贴功能;拖动功能-FTP client program. Function: user-friendly interface log function copy and paste function drag capabilities
BestFtp
- 包含FTP服务器和FTP客户端。它可以同时接受多个ftp连接(多线程)并具有大部分的一些商业ftp服务器的功能。服务器支持所有基本的ftp命令并提供给用户简单的管理接口,支持虚拟目录。-Contains the FTP server and FTP client. It can also accept multiple ftp connections (multi-threaded) and has most of the some of the commercial ftp servers.
Linux_sftp
- Linux下实现锁定sftp用户目录功能-To achieve lock sftp Linux user directory feature
PasswordMonitor
- 主要利用分析FTP协议获取对方计算机的用户名和密码,这个可以学习一下-Main use of FTP protocol to get the other computer' s user name and password, you can learn about the
