conaito PPT2Flash SDK 3.7

FtpClient Methods

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

Public Instance Methods

BeginChangeDir
BeginClose
BeginDeleteFile
BeginDownloadOverloaded.
BeginGetFileListOverloaded.
BeginGetFileSize
BeginLogin
BeginMakeDir
BeginRemoveDir
BeginRenameFile
BeginUploadOverloaded.
BeginUploadDirectoryOverloaded.
ChangeDir Change the current working directory on the remote FTP server.
Close Close the FTP connection.
DeleteFile Delete a file from the remote FTP server.
DownloadOverloaded. Download a file to the Assembly's local directory, keeping the same file name.
Equals (inherited from Object) 
GetFileListOverloaded. Return a string array containing the remote directory's file list.
GetFileSize Return the size of a file.
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Login Login to the remote server.
MakeDir Create a directory on the remote FTP server.
RemoveDir Delete a directory on the remote FTP server.
RenameFile Rename a file on the remote FTP server.
ToString (inherited from Object) 
UploadOverloaded. Upload a file.
UploadDirectoryOverloaded. Upload a directory and its file contents

Protected Instance Methods

Finalize Destuctor
MemberwiseClone (inherited from Object) 

See Also

FtpClient Class | Conaito.PPLibrary Namespace