Uploads the content of the local file to the file on the server, overriding it if it already exists.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
Visual Basic |
---|
Public Function PutFile ( _ localPath As String, _ remotePath As String _ ) As Long |
C# |
---|
public long PutFile( string localPath, string remotePath ) |
Parameters
- localPath
- Type: System..::..String
The path of the local file.
- remotePath
- Type: System..::..String
The path of the remote file. This cannot be a directory.