Retrieves the size of the specified remote file.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
| Visual Basic |
|---|
Public Function GetFileLength ( _ remotePath As String _ ) As Long |
| C# |
|---|
public long GetFileLength( string remotePath ) |
Parameters
- remotePath
- Type: System..::..String
The path of the remote file. This cannot be a directory.