edtFTPnet/Express - Class Reference

FTPFileList Class

Displays a list of files and directories available for upload or download via FTP.

For a list of all members of this type, see FTPFileList Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.UserControl
                     EnterpriseDT.Net.Ftp.Forms.FTPFileList
                        EnterpriseDT.Net.Ftp.Forms.FTPLocalFileList
                        EnterpriseDT.Net.Ftp.Forms.FTPRemoteFileList

public abstract class FTPFileList : UserControl, IFTPComponent

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

FTPFileList is an abstract class that provides much of the functionality required to display a list of files (and directories) that can be uploaded or downloaded via the various FTP protocols (including secure protocols such as SFTP and FTPS). It supports renaming of files, deleting of files, and transfer via drag and drop and double-click, as well as a right mouse button menu providing the same functionality.

Requirements

Namespace: EnterpriseDT.Net.Ftp.Forms

Assembly: edtFTPnetEx (in edtFTPnetEx.dll)

See Also

FTPFileList Members | EnterpriseDT.Net.Ftp.Forms Namespace