FtpClient.OpenWrite Method

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image

Overload List

  Name Description
Public method OpenWrite(String)
Opens the specified file for writing
Public method Static member OpenWrite(Uri)
Opens a stream to the file specified by the URI
Public method OpenWrite(String, FtpDataType)
Opens the specified file for writing
Public method Static member OpenWrite(Uri, Boolean)
Opens a stream to the file specified by the URI
Public method Static member OpenWrite(Uri, Boolean, FtpDataType)
Opens a stream to the file specified by the URI

See Also