Session.GetFileInfo Method

Retrieves information about remote file.

Advertisement

Syntax

C#
public RemoteFileInfo GetFileInfo(string path)
VB.NET
Public Function GetFileInfo(path As String) As RemoteFileInfo

Parameters

Name Description
string path Full path to remote file.

Return Value

RemoteFileInfo.

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.

Advertisement

Remarks

For an alternative interface, see Session.TryGetFileInfo.

Examples

Real-Life Example

Last modified: by martin