搜索资源列表
ftpfiles
- 本程序实现FTP客户端的功能,能够登录FTP服务器、显示登录客户目录下的文件、目 录名和提供文件下载上传服务。本程序是一个取于对话框的MFC应用程序,主要介绍如何通过CInternetSession类、CFtpConnection类和CFtpFileFind类连接FTP服务器进行文件传输。-FTP client function can login FTP server, log shows the client directory, a directory name and file uplo
FtpFrame
- 是一个简单实用的FTP例子,利用Applet小应用程序编写的,可生成目录树,实现文件的上传和下载.-is a simple and practical example of the FTP, the use of small applet prepared the application, creating tree, a file upload and download.
FTP2003
- 本程序是用于工作中自动下载指定文件,并对下载后的文件作一定的处理,支持断线续传,自动生成需要的目录和文件,可配置IP地址和相关参数。-this procedure is used to work automatically download specified file, and download the files for certain, Break Continuingly support, automatic generation of directories and files tha
myftp-complete.tar
- linux下实现的简易ftp客户端程序,可以与标准的ftp服务器上下载、上传文件、列出指定目录下的所有文件,等。-simple ftp client, with the standard of the ftp server to download and upload documents, designated directories list of all documents, such as.
Unixftpcilent
- 一个FTP客户端类,用Socket写的,环境为Unix。 之所以封装这个类是因为以前在unix下写文件上传下载的操作都是调shell脚本,C、C++很难控制与shell的交互, 并且无法获知出错的错误代码,用C++封装成一个工具类后,任何项目都可以重用了。 操作很方便,就像平常的FTP操作: 1:登陆FTP服务端 FTPTools ftpTools (conts string &pm_sFtpServer,int pm_iFtpPort) ftpTools.
ftp_search
- 能够获取FTP的所有目录文件信息存储到文件树中-FTP access to the catalog of all information stored to a file tree
CraftFTP_gb
- 与CuteFTP相媲美 1.使用异步socket连接,异步解析主机名; 2.支持多文件、多级目录/子目录的上传/下载; 3.文件的删除、重命名、修改属性......等等; 4.用户的修改密码.......等等; 5.断点上传/下载; 6.支持托放上传/下载; 7.自定义FTP命令等; 8.拨号网络(电话及ADSL)/挂断等管理; 9.SOCKS4/SOCKS4A, SOCKS5, HTTP1.1;FTP login Proxy
FtpClient(winsock)
- 这是一个在MFC下通过Winsock实现的FTP客户端,实现了登陆、查询目录、上传、下载文件,是学习网络编程、FTP协议、Winsock编程的很好材料。-in MFC through Winsock FTP client to achieve the landing, Inquiries directory, upload and download documents, is learning network programming, FTP agreement, Winsock Program
h_FtpClient
- 一个很好的FTP客户端实例,实现了上载、下载文件,更改服务器目录等功能,界面也与市面上比较流行的CuteFtp和LeapFtp相似。-a good FTP client example, the realization of uploading, downloading documents, such as changes in directory server functions, interface with the market more popular CuteFtp and LeapF
MyFTP_T
- 利用MFC WinInet类编写FTP的客户端程序,能够完成登录FTP服务器、目录检索、文件的上传和下载等功能。-use MFC WinInet Class prepared FTP client program. Login to complete FTP server, directory search, document upload and download functions.
MyFtp
- 在连接上FTP服务器后,将对服务器下的所有文件和目录进行浏览,如同CuteFTP等软件一样在列表控件中罗列出来。
webftp
- 网页式FTP 安装说明: 1.修改html目录下login.htm和cgi-bin目录下所有文件,搜索\"yourhost\"和\"cgi/\"和\"/home\"字样,修改路径 2.上传至服务器 3.cgi-bin目录下的文件755,zip子目录777,zip子目录中的文件不必设置属性 4.html目录下的log,loginmessages,temp,work属性777 5.http://www.yourhost.com/ftp/login.htm 登陆测试
FTPatoupdate_pb9
- 自动升级程式,把文件放到指定目录进行自动升级。
FTPClientProgram
- C++编写的FTP客户端程序 该程序完成以下功能: ⒈登录FTP服务器; ⒉显示登录FTP服务器目录下的文件和目录名; ⒊提供文件下载上传服务
AUTO_UPFILE
- ftp客服端,自动上传整个目录文件!特别好用,适合初级学者
MyFTP_Client
- ftp客户端程序,实现文件的上传,下载,路径的更改,文件目录的获取等功能!evc4.0下编译通过!
FTP
- Ftp客户端与服务器VC++完整版,是一个比较简单的ftp程序,但是程序提供了各种接口,能够让读者看法出各种复杂的ftp程序,程序中的各个程序模块均已经实现,以上所有程序在VC6.0中调试通过 目录ftp服务器是一个基于控制台的ftp服务器程序,能够实现大部分的FTP的服务器程序; 注意: a.帐号密码为toldo b.主目录为c:/temp,在连接之前请先建立-Ftp client and server, the full version of VC
372
- 遍历ftp文件目录。为了了解ftp服务器的文件信息。本例实现了遍历某个ftp服务器的所有文件目录的功能。-Ftp file directory traversal. To understand the ftp server file information. This example implements the traversal of all files to a ftp server directory functions.
ftp
- FTP(File Transfer Protocol 文件传输协议)是Internet 上用来传送文件的协议。在Internet上通过FTP 服务器可以进行文件的上传(Upload)或下载(Download)。FTP是实时联机服务,在使用它之前必须是具有该服务的一个用户(用户名和口令),工作时客户端必须先登录到作为服务器一方的计算机上,用户登录后可以进行文件搜索和文件传送等有关操作,如改变当前工作目录、列文件目录、设置传输参数及传送文件等。使用FTP可以传送所有类型的文件,如文本文件、二进制可执
ftpForm
- 监控文件目录,定位上传路径批量上传文件到FTP-update FTP