Opens an existing file for writing.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public SftpFileStream OpenWrite( string path )
Parameters
- path
- Type:
System String
The file to be opened for writing.
Return Value
An unshared SftpFileStream object on the specified path withExceptions
| Exception | Condition |
|---|---|
| path is null. |
See Also