ComponentSpace FTP Class Library Reference

RemoteDirectory Members

RemoteDirectory overview

Public Instance Methods

BeginChangeOverloaded. Initiates an asynchronous change remote directory.
BeginChangeToParentOverloaded. Initiates an asynchronous change to parent remote directory.
BeginGetCurrentOverloaded. Initiates an asynchronous get current remote directory.
BeginListOverloaded. Initiates an asynchronous list remote directory.
BeginMakeOverloaded. Initiates an asynchronous make remote directory.
BeginRemoveOverloaded. Initiates an asynchronous remove remote directory.
Change Change the remote directory.
ChangeToParent Change to the parent remote directory.
EndChange Completes the specified asynchronous change remote directory operation.
EndChangeToParent Completes the specified asynchronous change to parent remote directory operation.
EndGetCurrent Completes the specified asynchronous get current remote directory operation.
EndList Completes the specified asynchronous list remote directory operation.
EndMake Completes the specified asynchronous make remote directory operation.
EndRemove Completes the specified asynchronous remove remote directory operation.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
Exists Indicate whether the remote directory exists.
GetCurrent Return the current remote directory path name.
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.
GetType (inherited from Object) Gets the Type of the current instance.
List List the contents of the remote directory. If pathName is null then the current remote directory's contents are listed.
Make Make a new remote directory.
Remove Remove the remote directory.
ToString (inherited from Object) Returns a String that represents the current Object.

Public Instance Events

ChangeCompleted Occurs when the change directory has completed.
ChangeToParentCompleted Occurs when the change to parent directory has completed.
GetCurrentCompleted Occurs when the get current directory has completed.
ListCompleted Occurs when the list directory has completed.
ListLineAvailable Occurs when a list directory line is available.
MakeCompleted Occurs when the make directory has completed.
RemoveCompleted Occurs when the remove directory has completed.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

RemoteDirectory Class | ComponentSpace.Ftp Namespace | RemoteFile