edtFTPnet/Express - Class Reference

FTPCommandView Class

FTPCommandView displays all FTP commands and their replies in real-time.

For a list of all members of this type, see FTPCommandView 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.FTPMessageView
                        EnterpriseDT.Net.Ftp.Forms.FTPCommandView

public class FTPCommandView : FTPMessageView

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

Commands are prefixed with the value of CommandPrefix and replies are prefixed with ReplyPrefix.

A context-menu is displayed if the user right-clicks on the control. The context menu has options for clearing all messages; selecting all messages; clearing the current selection; copying messages to the clipboard; and freezing the display. Freezing the display means that no new messages are displayed.

Requirements

Namespace: EnterpriseDT.Net.Ftp.Forms

Assembly: edtFTPnetEx (in edtFTPnetEx.dll)

See Also

FTPCommandView Members | EnterpriseDT.Net.Ftp.Forms Namespace