Xceed FTP Library Documentation
Receiving Files
Getting Started Quickly > Receiving Files

Introduction

There are two ways to receive one or more files with the Xceed FTP Library. The first and simplest way to receive one or more files is to use the XceedQuickFtp control. The second way is to use the XceedFtp control's properties and methods, which allow for more flexibility and interactivity. Both options are explained below.

Basic downloading using the XceedQuickFtp control

When using the XceedQuickFtp control, there are no properties to set and no events that are triggered. All you need to do is to call the XceedQuickFtp control's ReceiveFile or ReceiveMultipleFiles methods.

Basic downloading using the XceedFtp control

To receive a file from an FTP server, perform the following steps. Put an XceedFtp control on a form, or instantiate it dynamically, then:

Other things you should consider