Click or drag to resize

FTPServerInputControl Class

This control allows the input of FTP server information to be used for example with the RelaxIS Remote feature.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              RelaxIS_SDK.ToolsFTPServerInputControl

Namespace: RelaxIS_SDK.Tools
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
[DesignerGeneratedAttribute]
public class FTPServerInputControl : UserControl

The FTPServerInputControl type exposes the following members.

Constructors
 NameDescription
Public methodFTPServerInputControlInitializes a new instance of the FTPServerInputControl class
Top
Properties
 NameDescription
Public propertyFTPServerInfos Returns the currently entered values in the control in the form of a FTPServerOptions object.
Public propertyKeepAlive Defines if the server connection should be kept alive between requests.
Public propertyPassword The login password
Public propertyServer The server address or name
Public propertyUsePassiveMode Defines if the connection should use the FTP passive-mode.
Public propertyUsername The login name
Public propertyUseSSL Defines if the connection should use SSL for communication.
Top
Methods
 NameDescription
Protected methodDisposeReleases the unmanaged resources used by the FTPServerInputControl and optionally releases the managed resources
(Overrides ContainerControlDispose(Boolean))
Top
See Also