Welcome![Sign In][Sign Up]
Location:
Search - ftp wininet

Search list

[Process-Threadftp协议实现多线程断点续传

Description: ftp下载的好处我在这里就不多说了,许多工程会把ftp下载作为一个重要的功能来实现。微软提供的WinInet类可以利用下面这些函数: InternetOpen; InternetConnect; GetCurrentDirectory; SetCurrentDirectory; FtpGetFile; -ftp download the benefits here, I will not say more. many projects will ftp download as an important function to be achieved. Microsoft's WinInet class can use these functions below : InternetOpen; InternetConnect; GetCurrentDirectory; SetCurrentDirectory; FtpGetFile;
Platform: | Size: 91191 | Author: 云水 | Hits:

[Ftp ServerFTP上传下载文件源码vb

Description: 使用wininet.dll实现FTP的基本操作,能直接使用。-use FTP connect achieve the basic operation, can directly use.
Platform: | Size: 10090 | Author: 周新 | Hits:

[Windows CEwince_FTP2

Description:

使用 wininet.dll 開有 寫成的 WINCE FTP 程式  包含原始碼  可正常編譯下載 編譯的環境為ARM9


Platform: | Size: 6506851 | Author: airvc15 | Hits:

[Ftp ClientftpClient

Description: 该实例通过WinInet编程接口实现了完整的FTP客户程序,其界面类似于CuteFTP和LeapFTP--This instance has realised a whole FTP client by WinInet interface, its interface is similar to CuteFTP and LeapFTP
Platform: | Size: 131072 | Author: 站长 | Hits:

[Windows DevelopFTPSOCKET

Description: 目录ftp客户端是一个比较简单的ftp程序,但是程序提供了各种接口,能够让读者看法出各种复杂的ftp程序,程序中的各个程序模块均已经实现-Contents ftp client is a relatively simple ftp procedures, but the procedures for its interface, to enable readers to view all sorts of complex ftp procedures, the procedures for the various program modules will have been achieved
Platform: | Size: 65536 | Author: 韩朝 | Hits:

[Internet-Networkftp_WinInet

Description: 用VC.NET中的WININET协议开发的FTP上传工具-VC.NET with the development agreement WININET FTP upload tools
Platform: | Size: 6078464 | Author: 陈泽雄 | Hits:

[Firewall-SecurityVC++网络高级编程之八

Description: 该实例通过WinInet编程接口实现了完整的FTP客户程序,其界面类似于CuteFTP 和LeapFTP 其中有两个例子.有一个可以设置防火墙和代理类型,界面没有另一个好.-example through the WinInet programming interface to achieve a complete FTP client, and interface similar to the new CuteFTP with two examples. One can set up a firewall and proxy types, not another good interface.
Platform: | Size: 6073344 | Author: 张思发 | Hits:

[Ftp ServerFTP上传下载文件源码vb

Description: 使用wininet.dll实现FTP的基本操作,能直接使用。-use FTP connect achieve the basic operation, can directly use.
Platform: | Size: 10240 | Author: 周新 | Hits:

[Ftp ClientVCFTPClient

Description: 该程序通过WinInet编程接口实现了完整的FTP客户程序,其界面类似于CuteFTP 和LeapFTP-this program implements full function ftp client functions, it looks like cuteftp and leapftp.
Platform: | Size: 117760 | Author: sight | Hits:

[Process-Threadftp协议实现多线程断点续传

Description: ftp下载的好处我在这里就不多说了,许多工程会把ftp下载作为一个重要的功能来实现。微软提供的WinInet类可以利用下面这些函数: InternetOpen; InternetConnect; GetCurrentDirectory; SetCurrentDirectory; FtpGetFile; -ftp download the benefits here, I will not say more. many projects will ftp download as an important function to be achieved. Microsoft's WinInet class can use these functions below : InternetOpen; InternetConnect; GetCurrentDirectory; SetCurrentDirectory; FtpGetFile;
Platform: | Size: 91136 | Author: 云水 | Hits:

[Ftp Clientwininet_ftpclient

Description: VB写的FTP源程序,可以上传下载软件、文档。-write VB source FTP, uploading and downloading software, documentation.
Platform: | Size: 100352 | Author: 中华红客 | Hits:

[Ftp ClientMyWinInetFtp

Description: 简单的FTP客户端,只实现了单个目录的上传和下载,大家可以根据它改进,做出自己的Ftp来哈-simple FTP client, only to achieve a single directory to upload and download, we can improve it and make their own Ftp to Kazakhstan
Platform: | Size: 25600 | Author: 涛涛 | Hits:

[Ftp ClientMyFTP_T

Description: 利用MFC WinInet类编写FTP的客户端程序,能够完成登录FTP服务器、目录检索、文件的上传和下载等功能。-use MFC WinInet Class prepared FTP client program. Login to complete FTP server, directory search, document upload and download functions.
Platform: | Size: 36864 | Author: 严磊 | Hits:

[Internet-NetworkCodeProject

Description: 本程序主要演示了MFC WinInet编程的基本思想。WinInet API是一个函数集,利用这些函数,可以编写面向Internet的应用程序,而不用考虑基本的通信协议(FTP,HTTP),MFC提供的WinInet类是对WinInet API函数封装而成-This procedure demonstrated a major MFC WinInet programming the basic idea. WinInet API is a function set, to use these functions, you can prepare for Internet applications, without considering the basic communication protocol (FTP, HTTP), MFC provided WinInet Class of WinInet API function package from
Platform: | Size: 5775360 | Author: zy | Hits:

[Ftp ClientClienttFTP

Description: is a sample that implements FTP connection, download, and upload using the WinInet FTP API from Visual Basic. It demonstrates the APIs and techniques to set FTP connection attributes and transfer mode that are not exposed inthe MS Internet Transfer Control.You Can change setting from FTPCLIENT.INI.
Platform: | Size: 52224 | Author: leo | Hits:

[Internet-NetworkInternetserver

Description: 为了简化客户/服务者模式进行Internet编程,vc中提供了WinInet类,它提供了HTTP、FTP等应用层协议的客户端接口-In order to simplify the client/service model for Internet programming, vc provided WinInet Class, which provides HTTP, FTP application layer protocol, such as the client interface
Platform: | Size: 1906688 | Author: liwei | Hits:

[Internet-NetworkFTP

Description: 这是一个用socket写的简单FTP应用程序,虽说用WinInet类可以减低编程难度,但为了能够更好的理解协议的一些细节,此程序选择用socket,这对于想对协议细节了解的程序员肯定会有所帮助-This is a simple to use FTP to write socket applications, although the categories can be used to reduce the programming WinInet difficult, but in order to better understand some of the details of the agreement, the procedures of choice in terms of socket, which would like to know the details of the agreement of the programmers will certainly be helpful
Platform: | Size: 128000 | Author: 王儒伟 | Hits:

[Internet-NetworkFTPfile

Description: 了解并进一步掌握TCP/IP协议中的文件传输协议FTP,掌握其工作原理,FTP协议是如何使本地或远程的客户和服务器之间进行文件传输的,同时掌握利用Visual C++这一语言进行网络编程,也掌握了MFC WinInet 编程,及其它的一些基本的类和使用方法,也基本掌握了FTP协议的基本功能。-Understanding and further master the TCP/IP protocol in the file transfer protocol FTP, to master the principle of its work, FTP protocol is how to make local or remote client and server file transfer between, and at the same time to master the use of Visual C++ the language network for Cheng, also mastered the MFC WinInet programming, and other basic methods of the class and use, but also the basic grasp of the basic functions of FTP protocol.
Platform: | Size: 234496 | Author: sunbing | Hits:

[Windows DevelopFTP(Wininet.dll)

Description: vb code 應用程式可以使用ftp連線
Platform: | Size: 5120 | Author: chen | Hits:

[Ftp ClientFtp单线程客户端

Description: 一个简单的ftp单线程客户端,通过mfc wininet类实现的ftp客户端,支持上传和下载(A simple FTP single thread client, FTP client realized by MFC WinInet class, supports upload and download)
Platform: | Size: 27648 | Author: 王俞 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net