wodSFTP ActiveX Control - SftpItem Object
    
 
Description

SftpItem Class


Members
Properties
AccessTime Read-only property Holds the last access time.
AdditionalName Read-only property Holds the additional name provided by the server.
Gid Read-only property Holds the owner's group id.
ModificationTime Read-only property Holds the last modification time.
Name Read-only property Holds the directory item name.
Permissions Read-only property Holds the item access permissions.
SizeHi Read-only property High double word of item size.
SizeLo Read-only property Low double word of item size.
Uid Read-only property Holds the owner's user id.

Remarks
This object holds information about the directory item. It is provided through the AttributesData event, which is fired when the ListAttributes method is called.