FtpClient.OpenAppend Method

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image

Overload List

  Name Description
Public method OpenAppend(String)
Opens the specified file to be appended to
Public method Static member OpenAppend(Uri)
Opens a stream to the file specified by the URI
Public method OpenAppend(String, FtpDataType)
Opens the specified file to be appended to
Public method Static member OpenAppend(Uri, Boolean)
Opens a stream to the file specified by the URI
Public method Static member OpenAppend(Uri, Boolean, FtpDataType)
Opens a stream to the file specified by the URI

See Also