edtFTPnet/Express - Class Reference

FTPController Members

FTPController overview

Public Instance Constructors

FTPController Overloaded. Initializes a new instance of the FTPController class.

Public Instance Properties

CloseEventSource Control (or other component) whose Click event will close an FTP connection.
ConnectEventSource Control (or other component) whose Click event will initiate an FTP connection.
Connection Get or set the FTP connection being controlled.
Container (inherited from Component) Gets the IContainer that contains the Component.
LoadDialog Get the dialog that is displayed when the LoadEventSource is clicked.
LoadEventSource Control (or other component) whose Click event will open a dialog-box to select a file from which connection properties will be loaded.
ParentForm Get or set the parent form of this component.
RefreshEventSource Control (or other component) whose Click event will cause a refresh.
SaveDialog Get the dialog that is displayed when the SaveEventSource is clicked.
SaveEventSource Control (or other component) whose Click event will open a dialog-box to select a file to which connection properties will be saved.
ShowErrors Get or set the flag that determines whether FTP errors will be shown in a message-box.
Site Gets or sets the ISite associated with this component.
StopEventSource Control (or other component) whose Click event will stop a file-transfer.

Public Instance Methods

Close Close the connection to the server.
Connect Connect to the server.
CreateObjRef (inherited from MarshalByRefObject) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Dispose (inherited from Component)Overloaded. Releases all resources used by the Component.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetLifetimeService (inherited from MarshalByRefObject) Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetType (inherited from Object) Gets the Type of the current instance.
InitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
LinkComponent Called by the given FTP component when it is added to a container.
Load Load connection settings from a file.
Refresh Refresh any directory listings.
Save Save connection settings to a file.
Stop Stop the current transfer (if any).
ToString (inherited from Component) 

Public Instance Events

Disposed (inherited from Component) Adds an event handler to listen to the Disposed event on the component.

Protected Instance Properties

DesignMode (inherited from Component) Gets a value that indicates whether the Component is currently in design mode.
Events (inherited from Component) Gets the list of event handlers that are attached to this Component.

Protected Instance Methods

DisposeOverloaded. Clean up any resources being used.
Finalize (inherited from Component) Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
GetService (inherited from Component) Returns an object that represents a service provided by the Component or by its Container.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

FTPController Class | EnterpriseDT.Net.Ftp.Forms Namespace