C# 클래스 Renci.SshNet.Sftp.SftpFileAttributes

Contains SFTP file attributes.
파일 보기 프로젝트 열기: sshnet/SSH.NET 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FromBytes SftpFileAttributes
FromBytes SftpFileAttributes
SftpFileAttributes System
SftpFileAttributes System

공개 메소드들

메소드 설명
GetBytes ( ) : byte[]

Returns a byte array representing the current SftpFileAttributes.

SetPermissions ( short mode ) : void

Sets the permissions.

비공개 메소드들

메소드 설명
FromBytes ( SshDataStream stream ) : SftpFileAttributes
FromBytes ( byte buffer ) : SftpFileAttributes
SftpFileAttributes ( ) : System
SftpFileAttributes ( System.DateTime lastAccessTime, System.DateTime lastWriteTime, long size, int userId, int groupId, uint permissions, string>.IDictionary extensions ) : System

메소드 상세

GetBytes() 공개 메소드

Returns a byte array representing the current SftpFileAttributes.
public GetBytes ( ) : byte[]
리턴 byte[]

SetPermissions() 공개 메소드

Sets the permissions.
public SetPermissions ( short mode ) : void
mode short The mode.
리턴 void