edtFTPnet/Express - Class Reference

FTPStatusBar Class

FTPStatusBar is a status bar tailored for use with ExFTPConnection and SecureFTPConnection, which provides realtime feedback about the current file transfer.

For a list of all members of this type, see FTPStatusBar 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.FTPStatusBar

public class FTPStatusBar : 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

Typically, an FTPStatusBar is placed on the same Windows form as an instance of ExFTPConnection. It automatically detects an instance of ExFTPConnection. When the application is run and a transfer is initiated, the FTPStatusBar displays a number of realtime visual cues about the transfer.

It shows a progress bar giving a visual representation of the percentage of the file size transferred, the actual percentage, the amount of data transferred, the time taken for the transfer, the current transfer speed, and the name of the file. All of these properties are updated dynamically as the transfer proceeds. A cancel button is also provided on the status bar to cancel the transfer as it is happening.

Requirements

Namespace: EnterpriseDT.Net.Ftp.Forms

Assembly: edtFTPnetEx (in edtFTPnetEx.dll)

See Also

FTPStatusBar Members | EnterpriseDT.Net.Ftp.Forms Namespace