Initiates a file copy from the local client to the remote server.
Overload List
| Overload | Description |
| Put(String,Int64) |
Initiates a file copy from the local client to the remote server.
|
| Put(String,String,CopyMode) |
Copies a file from the local client to the remote server.
|
| Put(String,String,CopyMode,Object) |
Copies a file from the local client to the remote server.
|
| Put(String,String,Boolean,Boolean,CopyMode) |
Sequentially copies multiple files from the local client to the remote server.
|
| Put(String,String,Boolean,Boolean,CopyMode,Object) |
Sequentially copies multiple files from the local client to the remote server.
|
See Also