|
Performing FTP operation using WinInet APIs
|
Total Hit (12783) |
«b»Step-By-Step Demo«/b»
- Create a standard exe project.
- Add one module to the project.
- Add six textbox controls and nine command button controls on the form1. Set MultiLine=True and Scrollbar=Both for Text6.
- add two frame controls and add two radio button controls to each frame.
«b»
....Read More |
Rating
|
|
|
Tutorial: Setting data transfer options
|
Total Hit (3450) |
In this tutorial you will learn how to define the method of the data connection establishment and how to specify the data transfer type. For each of these options the CFtpClient class provides separate properties: PassiveMode and TransferMode respectively.
....Read More |
Rating
|
|
|
|
How to use WinInet FTPCommand function from Visual Basic
|
Total Hit (3724) |
This article includes some background information on the Microsoft Win32 Internet Application Programming Interface (WinInet for short) and the File Transfer Protocol (FTP) and then moves into the use of FTPCommand function.
|
Rating
|
|
|
Tutorial : Retrieving FTP directory listing
|
Total Hit (2331) |
This tutorial will show you how to use the CFtpClient class in order to retrieve FTP directory listing and navigate between FTP directories. We'll improve the sample application that we're creating in the previous tutorials by adding the ListView control that will display content of the current FTP
....Read More |
Rating
|
|
|
Tutorial : Tracking FTP session state
|
Total Hit (2114) |
The CFtpClient class has a number of helper properties and events that allow us to find out what is going on inside the class and what data is transferred on the wire at any moment of the FTP session. Today we’ll examine two events of the class: OnStateChange and SessionProtocolMessage. We’ll modify
....Read More |
Rating
|
|
|
Tutorial : Connecting to the remote FTP host
|
Total Hit (3257) |
In this tutorial we are going to find out the essential things that we need to know in order to use the library. We’ll examine the procedure of establishing FTP session with an FTP server. Such a procedure includes three operations: the TCP connection establishment to the FTP remote host, the user a
....Read More |
Rating
|
|
|
The vbip.com FtpClient source code library
|
Total Hit (1951) |
The FtpClient library is a set of the code and class VB modules that provides the VB developers with the tool for implementing FTP client functionality into their applications. This is not the old ugly CFtpConnection class (that by the way is still available for download). The main module of the lib
....Read More |
Rating
|
|
|
Secrets of FTP
|
Total Hit (2647) |
Read our practical introduction to the File Transfer Protocol for Visual Basic developers. You'll find out how to retrieve listings of FTP directories, download and upload files, and how to resume broken file transfer. FTP Quick Reference will help you to learn all the FTP commands and server reply
....Read More |
Rating
|
|