C# 클래스 RemObjects.InternetPack.Ftp.VirtualFtp.FtpFile

상속: FtpItem, IFtpFile
파일 보기 프로젝트 열기: remobjects/internetpack 1 사용 예제들

공개 메소드들

메소드 설명
AllowAppend ( VirtualFtpSession session ) : System.Boolean
AllowDelete ( VirtualFtpSession session ) : System.Boolean
AllowGet ( VirtualFtpSession session ) : System.Boolean
AllowRename ( VirtualFtpSession session ) : System.Boolean
CreateFile ( Stream source ) : void
FillFtpListingItem ( FtpListingItem item ) : void
GetFile ( Stream destination ) : void

보호된 메소드들

메소드 설명
FtpFile ( IFtpFolder parent, String name ) : System

메소드 상세

AllowAppend() 공개 메소드

public AllowAppend ( VirtualFtpSession session ) : System.Boolean
session VirtualFtpSession
리턴 System.Boolean

AllowDelete() 공개 메소드

public AllowDelete ( VirtualFtpSession session ) : System.Boolean
session VirtualFtpSession
리턴 System.Boolean

AllowGet() 공개 메소드

public AllowGet ( VirtualFtpSession session ) : System.Boolean
session VirtualFtpSession
리턴 System.Boolean

AllowRename() 공개 메소드

public AllowRename ( VirtualFtpSession session ) : System.Boolean
session VirtualFtpSession
리턴 System.Boolean

CreateFile() 공개 추상적인 메소드

public abstract CreateFile ( Stream source ) : void
source Stream
리턴 void

FillFtpListingItem() 공개 메소드

public FillFtpListingItem ( FtpListingItem item ) : void
item FtpListingItem
리턴 void

FtpFile() 보호된 메소드

protected FtpFile ( IFtpFolder parent, String name ) : System
parent IFtpFolder
name String
리턴 System

GetFile() 공개 추상적인 메소드

public abstract GetFile ( Stream destination ) : void
destination Stream
리턴 void