.NET Scriptable FTP Client

FTPAsynchronousConnection Methods

The methods of the FTPAsynchronousConnection class are listed below. For a complete list of FTPAsynchronousConnection class members, see the FTPAsynchronousConnection Members topic.

Public Instance Methods

AddMessageToMessageList (inherited from FTPConnection) Property used to append to the messagelist from outsite the class
Close 
DeleteFile 
Dir (inherited from FTPConnection)Overloaded. Method used to search the directory for a matching filename
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetFileOverloaded.  
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetStream (inherited from FTPConnection) 
GetType (inherited from Object)Gets the Type of the current instance.
MakeDir 
MoveFile (inherited from FTPConnection) 
OpenOverloaded.  
RemoveDir 
RenameFile (inherited from FTPConnection) 
SendCommand (inherited from FTPConnection) 
SendFileOverloaded.  
SendStream (inherited from FTPConnection) Method used to send a stream to the server
SetCurrentDirectory 
ToString (inherited from Object)Returns a String that represents the current Object.
XDir (inherited from FTPConnection)Overloaded. Method used to search a long directory for a filename

Private Instance Methods

CreateDeleteFileThread 
CreateGetFileThread 
CreateMakeDirFromQueueThread 
CreateRemoveDirFromQueue 
CreateSendFileThread 
CreateSetCurrentDirectoryThread 
DeleteFileFromQueue 
DequeueThread 
EnqueueThread 
GetFileFromQueue 
LockThreadPool 
MakeDirFromQueue 
ManageThreads 
PeekThread 
RemoveDirFromQueue 
SendFileFromQueue 
SetCurrentDirectoryFromQueue 
UnlockThreadPool 
WaitAllThreads 

See Also

FTPAsynchronousConnection Class | FTPClient Namespace