This is an old revision of the document!
Session.GetFileInfo Method
Retrieves information about remote file.
This feature will be available only with the next release.
Syntax
public RemoteFileInfo GetFileInfo(string path)
Advertisement
Parameters
Name | Description |
---|---|
string path | Full path to remote file. |
Return Value
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Session is not opened. |
SessionLocalException | Error communicating with winscp.com . See the exception documentation for details. |
SessionRemoteException | Session has failed. Retrieving information has failed. See the exception documentation for details. |
TimeoutException | Timeout waiting for winscp.com to respond. |