搜索资源列表
VBFTP_Client
- Visual Basic FTP Client 不错的学习代码-Visual Basic FTP Client good learning code
TrueDownloader082Src
- TrueDownloader是一个使用Visual Basic 6开发的下载加速和管理程序,支持 HTTP 和 FTP,支持分段下载。
ftp
- Visual Basic FTP Client 不错的学习代码
FTPtest.rar
- FTP VB版本,可实现内外网的FTP文件的上传和下载,FTP VB version, can be realized both within and outside the network, FTP uploading and downloading documents
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
ClienttFTP
- 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 C
httpdesigninvbnet
- 众所周知,Internet的基本协议是TCP/IP协议,目前广泛采用的FTP、Archie Gopher等是建立在TCP/IP协议之上的应用层协议,不同的协议对应着不同的应用,本论文阐述了Visual Basic.net中HTTP协议的实现过程-As we all know, Internet' s basic protocol is TCP/IP protocol, the widely used FTP, Archie Gopher, etc. is based on TCP/IP p
vbPftp
- Visual Basic 中使用ftp上传下载示例-Visual Basic examples use the ftp upload and download
vbsmpftp
- This sample demonstrates how to use WinInet FTP APIs in Visual Basic application.