The SftpItem type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAccessed Obsolete.
Public propertySupported by the .NET Compact FrameworkCreated Obsolete.
Public propertySupported by the .NET Compact FrameworkCreationTime
Gets the creation time of the item.
(Inherited from FileSystemItem.)
Public propertySupported by the .NET Compact FrameworkGroup
Gets the group of the file. Contains the group name on SFTP v4 servers and group ID on SFTP v3 servers.
Public propertySupported by the .NET Compact FrameworkGroupId
Gets the group ID of the file. Only available on SFTP v3 servers.
Public propertySupported by the .NET Compact FrameworkIsDirectory
Gets the flag indicating whether the item might be a directory.
(Overrides FileSystemItem..::..IsDirectory.)
Public propertySupported by the .NET Compact FrameworkIsFile
Gets the flag indicating whether the item might be a file.
(Overrides FileSystemItem..::..IsFile.)
Public propertySupported by the .NET Compact FrameworkIsLink
Gets a value indicating whether the item is a link.
(Overrides FileSystemItem..::..IsLink.)
Public propertySupported by the .NET Compact FrameworkIsSymlink Obsolete.
Public propertySupported by the .NET Compact FrameworkLastAccessTime
Gets the last access time of the item.
(Inherited from FileSystemItem.)
Public propertySupported by the .NET Compact FrameworkLastWriteTime
Gets the last modification time of the item.
(Inherited from FileSystemItem.)
Public propertySupported by the .NET Compact FrameworkLength
Gets the file length.
(Overrides FileSystemItem..::..Length.)
Public propertySupported by the .NET Compact FrameworkModified
Public propertySupported by the .NET Compact FrameworkName
Gets the name of the file or directory.
(Overrides FileSystemItem..::..Name.)
Public propertySupported by the .NET Compact FrameworkOwner
Gets the owner of the file. Contains the owner name on SFTP v4 servers and owner ID on SFTP v3 servers.
Public propertySupported by the .NET Compact FrameworkOwnerId
Gets the owner ID of the file. Only available on SFTP v3 servers.
Public propertySupported by the .NET Compact FrameworkPath
Gets the path of the file or directory.
(Overrides FileSystemItem..::..Path.)
Public propertySupported by the .NET Compact FrameworkPermissions
Gets the Unix/SFTP permissions.
Public propertySupported by the .NET Compact FrameworkSize Obsolete.
Public propertySupported by the .NET Compact FrameworkType
Gets the type of the item.
Public propertySupported by the .NET Compact FrameworkUser Obsolete.
Public propertySupported by the .NET Compact FrameworkUserId Obsolete.

See Also