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

File or directory entry to create. Used in sink mode.
Exibir arquivo Open project: poderosaproject/poderosa

Public Properties

Property Type Description
FileSize long
IsDirectory bool
Name string
Permissions int

Public Methods

Method Description
SCPEntry ( bool isDirectory, int permissions, long fileSize, string name ) : System

Method Details

SCPEntry() public method

public SCPEntry ( bool isDirectory, int permissions, long fileSize, string name ) : System
isDirectory bool
permissions int
fileSize long
name string
return System

Property Details

FileSize public_oe property

public long FileSize
return long

IsDirectory public_oe property

public bool IsDirectory
return bool

Name public_oe property

public string Name
return string

Permissions public_oe property

public int Permissions
return int