C# Class Granados.Poderosa.SCP.SCPClient.SCPEntry

File or directory entry to create. Used in sink mode.
Afficher le fichier Open project: poderosaproject/poderosa

Méthodes publiques

Свойство Type Description
FileSize long
IsDirectory bool
Name string
Permissions int

Méthodes publiques

Méthode Description
SCPEntry ( bool isDirectory, int permissions, long fileSize, string name ) : System

Method Details

SCPEntry() public méthode

public SCPEntry ( bool isDirectory, int permissions, long fileSize, string name ) : System
isDirectory bool
permissions int
fileSize long
name string
Résultat System

Property Details

FileSize public_oe property

public long FileSize
Résultat long

IsDirectory public_oe property

public bool IsDirectory
Résultat bool

Name public_oe property

public string Name
Résultat string

Permissions public_oe property

public int Permissions
Résultat int