FTPConnectionEditor
  

The FTPConnectionEditor is a highly configurable Windows Forms control which allows the user to edit selected properties of an ExFTPConnection (or SecureFTPConnection - only in edtFTPnet/PRO).

graphic

Essentially, FTPConnectionEditor is a PropertyGrid that has been customized for editing ExFTPConnection and SecureFTPConnection.

The Properties property allows the user to select which ExFTPConnection properties the user is allowed to view and edit.

Typically, it is placed on a form at design time, and automatically detects an instance of an FTP connection. At runtime, users can easily edit properties pertaining to the connection, such as User Name, Password and ServerAddress.

See the How to build a GUI FTP client (without code) topic for a worked example.