搜索资源列表
c++3
- ftp服务器代码,它可以同时接受多个ftp连接(多线程)并具有大部分的一些商业ftp服务器的功能。服务器支持所有基本的ftp命令并提供给用户简单的管理接口,支持虚拟目录。 -ftp server code, it can also accept a number of ftp connections (multithreading), and with most of the commercial ftp server functions. The server supports all
磁盘管理系统(DiskExpert)V2.0
- 可以充当一个在线FTP的功能,如果服务器没有系统帐号的限制,可以访问服务器上面全部目录,下载,上传,复制,剪切,粘贴,编辑,重命名,仿真window界面,功能方便易用。 初始密码admin-can serve as an online FTP functions If the server does not limit the system account, the server can access all of the above catalog, download, upload, cop
ftpClient
- FTP客户端有自动获取本机IP,设置端口号,用户登录管理,获取服务器端的文件目录,文件传输等功能-FTP client with automatic access to the local IP, set the port number, user login management, access to the server file directory, file transfer and other functions
myftp
- C#ftp操作全功能 可以上传,下载,创建多级目录等功能-C# ftp full-function operation
FTPClient
- ftp 类 包括ftp 的文件上传,下载,新建、删除、修改目录,支持单个、或多个匿名文件,全部socket编程,速度很好-ftp category including ftp file upload, download, create, delete, modify the directory to support a single, or more anonymous document, all socket programming, the speed is good
DataExchangePlatform
- 数据交换平台 提供从远程FTP与本地目录实时多任务的数据交换。 -Data Exchange Platform Multi-Tasks,Real Time for exchanging Data between Remote Ftp and local directory.
ftp
- 使用c#实现ftp 功能,自动监控目录并上传。-c# ftp FUNCTION 。
ftpServer
- FTP服务器主要功能偶登录管理、目录管理、文件传输,端口号设置获取当前在线用户的IP地址和个数-The FTP server main function accidentally login admin, directory management, file transfer, socket set access to current online user s IP address and number
WindowsFormsApplication1
- 获取服务器FTP目录及下载相应的FTP文件到本地,利用C#对FTP进行操作!-Get FTP directory server and download the appropriate files to a local FTP, FTP using C# on the operation!
FTP_Example1
- 用CSharp语言进行编程,实现FTP客户端功能,可以进行目录操作,文件操作等,很实用!-Use CSharp to program,FTPClient,Dirctionery,Files Operations,Usefully!
FTPManage
- FTP文件上传下载模块,输入FTP服务器IP地址、服务器端口、用户名及密码,单击“快速登录”按钮,连接FTP服务器。连接成功后,设置下载文件存储目录,然后就可以上传及下载文件了。下载文件过程中,可以暂停及删除下载任务。-FTP file upload and download module, enter the IP address of the FTP server, server port, user name and password, click the " Quick Logi
FTPExample
- FTP 文件上传,里面有各种FTP上传的方法,链接FTP站点,上传文件,显示目录列表-FTP upload files, there are various methods of FTP upload, link FTP site, upload files, and displays a directory listing
Src_FTP_File
- 通过主机地址,用户名,密码,登录FTP服务器,客户端进行文件上传下载,可以实现整个文件目录上传和批量上传下载-Host address, user name, password, and log in to the FTP server, client file upload and download, you can download entire file directory upload and bulk upload
FTP_Source
- FTP管理程序,本人已经编入项目,目录乱码问题可通过设置FTP服务来更改-FTP manager
FTPdesign
- FTP文件传输系统分为客户端和服务器端。 客户端主要功能:1、配置服务器IP地址,指定特定的FTP服务器;2、输入用户名和密码获得文件操作权限;3、从服务器下载文件;4、从客户端上传文件;5、查看服务器主目录及子目录的文件。 服务器端主要功能:1、启动FTP服务;2、接受用户进行远程登录;3、提供用户对主目录及子目录上的文件进行下载;4、允许用户将本地文件上传至服务器;5、允许用户查看服务器目录上的信息;6、停止FTP服务。 -FTP file transfer system is
FTPfilebiani
- 摘要:VC/C++源码,网络相关,FTP,文件遍历 VC++演示FTP文件遍历功能的程序源码,测试时候需要输入FTP的IP地址、端口、用户名和密码等信息,然后点击“遍历”按钮,程序可连接FTP并显示远程目录下的所有文件,包括文件夹等。目录遍历和文件遍历在IO接口操作中,非常常见,使用频繁,有兴趣可参考这个基础的文件遍历功能的实现。 -Summary: VC/C++ source, network-related, FTP, file traversal VC++ demo FTP
ftp
- FTP操作类,连接ftp操作文件,目录的工具类-FTP operation type, connect the FTP file operation, Tools Directory
guangxiancms_v1.5.20141202
- 运行环境:php5.1以上+mysql4.0以上 第1步:上传整个源码包到您的空间或服务器(修改相应目录权限) 第2步:在地址栏中输入http://你的域名/install.php(照提示安装,需要拥有一个MYSQL数据库) 第3步:安装完毕后,登录管理后台(http://你的域名/admin),进行网站设置 后台用户名:admin 后台 密 码:admin888 修改相应目录权限 说明 ./temp ./uploa
ftp_test
- 代码实现了如下功能: 1.列举服务器主目录中的所有文件 2.下载文件到客户端(支持大文件(The code implements the following functions: 1. enumerates all files in the server's home directory 2. download files to the client (support large files))