Moves a specified file to a new location on remote machine, providing the option to specify a new file name.
Namespace: Renci.SshNet.SftpAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
Parameters
- destFileName
- Type:
System String
The path to move the file to, which can specify a different file name.
Exceptions
| Exception | Condition |
|---|---|
| destFileName is null. |
See Also