搜索资源列表
ftpkf.rar
- KolFtp is a very small FTP client that has the following features: * The Right pane (Remote view) accepts files from explorer and other applications * Uploading and downloading multiple files * A Convienent Site manager * Remote Folder creatio
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
FTP客户端开发——WinSock
- FTP客户端开发——WinSock,这个程序是使用套接字开发的一个ftp客户端程序,是vc++开发大全这本书中的源代码,有意于此方面的朋友可以-FTP client development -- WinSock, the procedure is to use the socket to develop a ftp client is vc + + development Daquan this book source, the intention here to see friends
ZUpload
- 老外写的用来FTP的APPLET是WEB模式FTP不可缺少的利器-foreigners used to write the FTP is the APPLET WEB mode FTP indispensable weapon!
FTP源码
- PB源代码 FTP源代码 最权威的FTP源代码-It is the most authoritly codes about ftp
Free FTP client
- Ftp Client 这是个FTP客户端,是一个功能强大的客户端,可以根据源码方便的加以修改,做成适合自己的FTP客户端. -Ftp Client This is a FTP client, is a powerful client, in accordance with the modified source code to facilitate and create suitable for their own FTP client.
一个用FTP传输文件的例子
- 个功能强ftp户端软件,可以发附件还有各种码制的转换。可以编译为exe或者COM控件。-functional families strong ftp software, it can be annex there is a wide variety of system code conversion. It can be compiled for exe or COM controls.
FileZilla_2_2_16_Exe&SRC
- FileZilla is a powerful FTP-client for Windows 9x, ME, NT4, 2000 and XP. It has been designed for ease of use and with support for as many features as possible, while still being fast and reliable. (See FileZilla history for more information)
VendorsEdit.aspx
- Rhino支持javascr ipt标准的所有特性,如赋值、运算、判断语句、循环语句、甚至简单的io操作。Rhino很简单易用,我以一个例子来说明,这个例子就是允许用户设定一个使用x,y两个变量进行一定逻辑算术运算(运算规则用户用javascr ipt定义),并允许用户对x,y赋值,然后运行得出计算结果-Rhino support all standard features, such as assignment, calculation and judgment statement, the
TinyFtpServer(Ftp客户端的工具)
- 本资源由源码天空(Codesky.net,以下简称本站)搜集 ║ ║ 整理,本站不承担任何技术及版权问题。在本站下载 ║ ║ 任何资源仅提供学习参考,不得用于商业用途,请在 ║ ║ 下载后24小时内删除。本站不保证资源的完整性和是 ║ ║ 否隐含病毒,请自行调试及杀毒,如不同意本条款请 ║ ║ 勿使用,谢谢合作!-source of the resources from the sky (Codesky.net, hereinafter referred to si
ssingal.c
- ssignal 是一个很好的显示程序 你可以从中找到编成的感觉 同时你也会学到一些c知识-ssignal is a good display program you can find into the feeling the same time you will also learn some knowledge c
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.
一个利用MFC 编写的一个小而实用的FTP客户端
- 一个利用MFC 编写的一个小而实用的FTP客户端-a prepared using MFC is a small and practical FTP client
ftpvc++
- ftp客户端c++编程FTP协议将使用两条单独的TCP连接,一条专用于发送FTP命令,另一条则专用于传递数据。初始建立连接时,服务器在21号端口上接收来自客户端的命令连接。-ftp client c programming FTP will use two separate TCP connection, a dedicated FTP to send orders, and the other one is dedicated to data transfer. The initial est
dllfileprog
- 一个简单的下载程序,General Descr iption The program uses a worker thread to perform the file download this is so that our main application won t be blocked and so that we could have a cancel download functionality inside the program. All the downloading is
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
ftp_vb
- 本程序是一个完整的FTP客户端程序,应用vb完成,代码简单。-this program is a complete FTP client, application vb completed, a simple code.
wangluojiaoshi
- 这是网络教室的JAVA源码,属于学生部分的.-classroom Java source code is part of the students.
FTP-file
- 这是一个用Delphi制作的简单的FTP客户端,功能有上传文件,下载文件,连接服务器等-This is a production with Delphi simple FTP client, file upload function. download link servers
Unixftpcilent
- 一个FTP客户端类,用Socket写的,环境为Unix。 之所以封装这个类是因为以前在unix下写文件上传下载的操作都是调shell脚本,C、C++很难控制与shell的交互, 并且无法获知出错的错误代码,用C++封装成一个工具类后,任何项目都可以重用了。 操作很方便,就像平常的FTP操作: 1:登陆FTP服务端 FTPTools ftpTools (conts string &pm_sFtpServer,int pm_iFtpPort) ftpTools.