The FTP Client Sample Application is a Windows application that allows you to perform various FTP operations using a GUI similar to the popular "WS_FTP" and "Cute FTP" applications. By looking at the source code for this sample application, you will see how to use most of the Xceed FTP Library's major properties, methods and events in the context of a GUI-based FTP client. If you want specific examples designed exclusively to demonstrate each method, you can either look at the Getting Started Quickly section of the documentation or check out the QuickTour sample application.
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.
SAMPLES\Visual Basic 6\FTPClienT\
To use the sample, load the FTPCLIENT.VBP project file, then run the program. To connect to an FTP server, click on the "Connect" button on the main form. A dialog box will be shown to allow you to enter login information. Enter login information and click on the "Connect" button to establish a connection to the FTP server.
Once connected, you can start sending and receiving files and folders to and from the FTP server. You can also perform various file operations such as creating, deleting and renaming both local and remote files. The client supports drag and drop operations.
When you are finished, you can either close the application or click on the "Disconnect" button to close the FTP connection.
The status bars indicate what is currently happening during any operation. For example, when sending files, it will display the name of each file as it is being sent. To the right of the status bars is a progress bar that shows you the progress of the current operation.