FTPLocalFileList is analogous to a ListView, and displays a list of local files and directories
available for upload via FTP.
It is a .NET component intended for use in building GUI FTP client applications that require a
display of the local files available.
When an instance of FTPLocalFileList is placed on a form, it will automatically detect an
instance of ExFTPConnection (or SecureFTPConnection, available in edtFTPnet/PRO only).
Clicking on a filename displayed in the list will, if the connection has been established to the
FTP server, cause the file to be uploaded to the current remote working directory of the
connection.
FTPLocalFileList also supports drag and drop in conjunction with FTPRemoteFileList. If files
are dragged from an instance of FTPRemoteFileList and dropped on an instance of
FTPLocalFileList, they will be downloaded to the current local directory, and the file list
refreshed.
Renaming of local files is also supported by the standard single click mechanism, and local
files can be deleted via the delete key. A warning prompt is displayed before the deletion
occurs.
Upload, rename and delete are also available as right mouse click menu items.