Session.DuplicateFile Method
Duplicates remote file to another remote directory or name.
Advertisement
Syntax
C#
public void DuplicateFile(string sourcePath, string targetPath)
VB.NET
Public Sub DuplicateFile(sourcePath As String, targetPath As String)
Parameters
| Name | Description |
|---|---|
| string sourcePath | Full path to remote file to duplicate. |
| string targetPath | Full path to new location and name1 to duplicate the file to. |
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | Session is not opened. |
| SessionLocalException | Error communicating with winscp.com. See the exception documentation for details. |
| SessionRemoteException | Session has failed. Command has failed. See the exception documentation for details. |
| TimeoutException | Timeout waiting for winscp.com to respond. |
- The name must be included or the target page has to end with a slash.Back
Advertisement