Xceed FTP Library Documentation
QuickTour sample application for Visual Basic .NET
Sample applications > QuickTour sample application for Visual Basic .NET

Introduction

The QuickTour sample application is a Windows application that visually demonstrates various major Xceed FTP Library methods and their most common properties. The application has a tab for each method and various property fields so you can enter property values and then run the method in order to instantly see the results. The source code for running each demonstrated method is executed directly when you click on the method's execution button.

Registered users of the Xceed FTP Library can use this sample application, or portions of it, in their own commercial or private applications, royalty-free.

Source code location

SAMPLES\Visual Basic .NET\QuickTour\

How to use

To use the sample, load the QuickTour.vbproj project file, then run the program. No matter what method you really want to try, you must always first be connected to an FTP server. So you should go to the 'Connect' tab, enter the appropriate information in the property fields, and click on the execute button. Once you have done that, you can select the tab of the method you would like to run, fill in the appropriate property fields and click on the method's execution button to run the method. Don't forget to go to the disconnect tab and disconnect from the FTP server!