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

File or directory entry to create. Used in sink mode.
Show file 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 property

public long FileSize
return long

IsDirectory public property

public bool IsDirectory
return bool

Name public property

public string Name
return string

Permissions public property

public int Permissions
return int