Xceed FTP Library Documentation
Overview of the XceedQuickFTP control

The XceedQuickFtp control allows you to send or receive one or more files with only a single line of code. There are no properties or events in the XceedQuickFtp control, and it does not support background processing. It was designed and added to the library for users that have simple needs and want a no-frills way of getting the job done.

Users that need to obtain folder listings, that require real-time progress reports, that require multiple operations to be performed during a connection session, or that need any other kind of FTP functionality other than basic send or receive capabilities should use the XceedFtp control. Unlike XceedQuickFtp, XceedFtp offers a variety of properties and events, allowing for flexible use of the protocol and for real-time interactivity between your application and the control. The XceedQuickFtp control and the XceedFtp control are part of the same component (XCEEDFTP.DLL).

The XceedQuickFtp control is fully compatible with RFC 959 FTP servers.

The methods offered by the XceedQuickFtp control are referred to as "quick methods" in order to help differentiate them from their XceedFtp control equivalents, which have the same name.

Quick methods

ProgID

XceedSoftware.XceedQuickFtp.1