IFtpClient Methods

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image

The IFtpClient type exposes the following members.

Methods

  Name Description
Public method BeginConnect
Added for the MoQ unit testing framework
Public method BeginCreateDirectory(String, AsyncCallback, Object)
Added for the MoQ unit testing framework
Public method BeginCreateDirectory(String, Boolean, AsyncCallback, Object)
Added for the MoQ unit testing framework
Public method BeginDeleteDirectory(String, AsyncCallback, Object)
Added for the MoQ unit testing framework
Public method BeginDeleteDirectory(String, Boolean, AsyncCallback, Object)
Added for the MoQ unit testing framework
Public method BeginDeleteDirectory(String, Boolean, FtpListOption, AsyncCallback, Object)
Added for the MoQ unit testing framework
Public method BeginDeleteFile
Added for the MoQ unit testing framework
Public method BeginDirectoryExists
Added for the MoQ unit testing framework
Public method BeginDisconnect
Added for the MoQ unit testing framework
Public method BeginExecute
Added for the MoQ unit testing framework
Public method BeginFileExists(String, AsyncCallback, Object)
Added for the MoQ unit testing framework
Public method BeginFileExists(String, FtpListOption, AsyncCallback, Object)
Added for the MoQ unit testing framework
Public method BeginGetFileSize
Added for the MoQ unit testing framework
Public method BeginGetHash
Added for the MoQ unit testing framework
Public method BeginGetHashAlgorithm
Added for the MoQ unit testing framework
Public method BeginGetListing(AsyncCallback, Object)
Added for the MoQ unit testing framework
Public method BeginGetListing(String, AsyncCallback, Object)
Added for the MoQ unit testing framework
Public method BeginGetListing(String, FtpListOption, AsyncCallback, Object)
Added for the MoQ unit testing framework
Public method BeginGetModifiedTime
Added for the MoQ unit testing framework
Public method BeginGetNameListing(AsyncCallback, Object)
Added for the MoQ unit testing framework
Public method BeginGetNameListing(String, AsyncCallback, Object)
Added for the MoQ unit testing framework
Public method BeginGetWorkingDirectory
Added for the MoQ unit testing framework
Public method BeginOpenAppend(String, AsyncCallback, Object)
Added for the MoQ unit testing framework
Public method BeginOpenAppend(String, FtpDataType, AsyncCallback, Object)
Added for the MoQ unit testing framework
Public method BeginOpenRead(String, AsyncCallback, Object)
Added for the MoQ unit testing framework
Public method BeginOpenRead(String, Int64, AsyncCallback, Object)
Added for the MoQ unit testing framework
Public method BeginOpenRead(String, FtpDataType, AsyncCallback, Object)
Added for the MoQ unit testing framework
Public method BeginOpenRead(String, FtpDataType, Int64, AsyncCallback, Object)
Added for the MoQ unit testing framework
Public method BeginOpenWrite(String, AsyncCallback, Object)
Added for the MoQ unit testing framework
Public method BeginOpenWrite(String, FtpDataType, AsyncCallback, Object)
Added for the MoQ unit testing framework
Public method BeginRename
Added for the MoQ unit testing framework
Public method BeginSetHashAlgorithm
Added for the MoQ unit testing framework
Public method BeginSetWorkingDirectory
Added for the MoQ unit testing framework
Public method Connect
Added for the MoQ unit testing framework
Public method CreateDirectory(String)
Added for the MoQ unit testing framework
Public method CreateDirectory(String, Boolean)
Added for the MoQ unit testing framework
Public method DeleteDirectory(String)
Added for the MoQ unit testing framework
Public method DeleteDirectory(String, Boolean)
Added for the MoQ unit testing framework
Public method DeleteDirectory(String, Boolean, FtpListOption)
Added for the MoQ unit testing framework
Public method DeleteFile
Added for the MoQ unit testing framework
Public method DirectoryExists
Added for the MoQ unit testing framework
Public method Disconnect
Added for the MoQ unit testing framework
Public method EndConnect
Added for the MoQ unit testing framework
Public method EndCreateDirectory
Added for the MoQ unit testing framework
Public method EndDeleteDirectory
Added for the MoQ unit testing framework
Public method EndDeleteFile
Added for the MoQ unit testing framework
Public method EndDirectoryExists
Added for the MoQ unit testing framework
Public method EndDisconnect
Added for the MoQ unit testing framework
Public method EndExecute
Added for the MoQ unit testing framework
Public method EndFileExists
Added for the MoQ unit testing framework
Public method EndGetFileSize
Added for the MoQ unit testing framework
Public method EndGetHash
Added for the MoQ unit testing framework
Public method EndGetHashAlgorithm
Added for the MoQ unit testing framework
Public method EndGetListing
Added for the MoQ unit testing framework
Public method EndGetModifiedTime
Added for the MoQ unit testing framework
Public method EndGetNameListing
Added for the MoQ unit testing framework
Public method EndGetWorkingDirectory
Added for the MoQ unit testing framework
Public method EndOpenAppend
Added for the MoQ unit testing framework
Public method EndOpenRead
Added for the MoQ unit testing framework
Public method EndOpenWrite
Added for the MoQ unit testing framework
Public method EndRename
Added for the MoQ unit testing framework
Public method EndSetHashAlgorithm
Added for the MoQ unit testing framework
Public method EndSetWorkingDirectory
Added for the MoQ unit testing framework
Public method Execute(String)
Added for the MoQ unit testing framework
Public method Execute(String, array<Object>[]()[][])
Added for the MoQ unit testing framework
Public method FileExists(String)
Added for the MoQ unit testing framework
Public method FileExists(String, FtpListOption)
Added for the MoQ unit testing framework
Public method GetFileSize
Added for the MoQ unit testing framework
Public method GetHash
Added for the MoQ unit testing framework
Public method GetHashAlgorithm
Added for the MoQ unit testing framework
Public method GetListing()()()()
Added for the MoQ unit testing framework
Public method GetListing(String)
Added for the MoQ unit testing framework
Public method GetListing(String, FtpListOption)
Added for the MoQ unit testing framework
Public method GetModifiedTime
Added for the MoQ unit testing framework
Public method GetNameListing()()()()
Added for the MoQ unit testing framework
Public method GetNameListing(String)
Added for the MoQ unit testing framework
Public method GetWorkingDirectory
Added for the MoQ unit testing framework
Public method OpenAppend(String)
Added for the MoQ unit testing framework
Public method OpenAppend(String, FtpDataType)
Added for the MoQ unit testing framework
Public method OpenRead(String)
Added for the MoQ unit testing framework
Public method OpenRead(String, Int64)
Added for the MoQ unit testing framework
Public method OpenRead(String, FtpDataType)
Added for the MoQ unit testing framework
Public method OpenRead(String, FtpDataType, Int64)
Added for the MoQ unit testing framework
Public method OpenWrite(String)
Added for the MoQ unit testing framework
Public method OpenWrite(String, FtpDataType)
Added for the MoQ unit testing framework
Public method Rename
Added for the MoQ unit testing framework
Public method SetHashAlgorithm
Added for the MoQ unit testing framework
Public method SetWorkingDirectory
Added for the MoQ unit testing framework

See Also