Sftp.GetFileLengthAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
GetFileLengthAsync(String, Object)
Begins asynchronous GetFileLength operation. Retrieves the size of the specified remote file.
Declaration
public Task<long> GetFileLengthAsync(string remotePath, object state = null)
Parameters
Type | Name | Description |
---|---|---|
String | remotePath | The path of the remote file. This cannot be a directory. |
Object | state | An optional user-provided object that identifies this particular asynchronous operation. |
Returns
Type | Description |
---|---|
Task<Int64> | The size of the specified file in bytes. |