Skip to content

SSH.SFTPEntryType

Andrew Lambert edited this page Nov 26, 2022 · 7 revisions

SSH.SFTPEntryType

Enumeration

Protected Enum SFTPEntryType
  File
  Directory
  Symlink
  Socket
  BlockSpecial
  CharacterSpecial
  Pipe
  Unknown

Remarks

Used in the SFPTDirectory and SFTPStream classes to indicate the type of an entry in the directory listing.

See also

Clone this wiki locally