Xceed FTP Library Documentation
Getting Started Quickly / Sending Files
In This Topic
    Sending Files
    In This Topic

    Introduction

    There are two ways to send one or more files with the Xceed FTP Library. The first and simplest way to send 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 uploading 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 SendFile or SendMultipleFiles methods.

    Basic uploading using the XceedFtp control

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

    Other things you should consider