This is an old revision of the document!

RemoteFileInfo Class

Represents data about remote file.

Syntax

public sealed class RemoteFileInfo

Advertisement

Properties

Name Description
string Name File name (with Session.ListDirectory) or file path (with Session.GetFileInfo). Read-only.
char Type File type. Space for regular file, D for directory, L for symlink, etc. Read-only.
long Length Size of the file in bytes. Read-only.
DateTime LastWriteTime Timestamp of the last file modification. Read-only.
Permissions Permissions File permissions. Read-only.
bool IsDirectory Is file a directory? (i.e. Type is D). Read-only.

Remarks

Instance of the class can be created by the WinSCP assembly only. You can only get an instance of the class by calling Session.ListDirectory or Session.GetFileInfo.

Last modified: by martin