C# 클래스 Granados.Poderosa.SCP.SCPClient.SCPEntry

File or directory entry to create. Used in sink mode.
파일 보기 프로젝트 열기: poderosaproject/poderosa

공개 프로퍼티들

프로퍼티 타입 설명
FileSize long
IsDirectory bool
Name string
Permissions int

공개 메소드들

메소드 설명
SCPEntry ( bool isDirectory, int permissions, long fileSize, string name ) : System

메소드 상세

SCPEntry() 공개 메소드

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

프로퍼티 상세

FileSize 공개적으로 프로퍼티

public long FileSize
리턴 long

IsDirectory 공개적으로 프로퍼티

public bool IsDirectory
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

Permissions 공개적으로 프로퍼티

public int Permissions
리턴 int