C# 클래스 BasicFTPClientNamespace.BasicFTPClient

파일 보기 프로젝트 열기: mono/gert 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
remoteUri string

공개 메소드들

메소드 설명
BasicFTPClient ( ) : System
DeleteFile ( string remotePath ) : void
DownloadData ( string remotePath ) : byte[]
DownloadFile ( string remotePath, string fileName ) : void
UploadData ( string remotePath, byte data ) : byte[]
UploadFile ( string remotePath, string fileName ) : byte[]

비공개 메소드들

메소드 설명
BuildServerUri ( string path ) : Uri
CreateClient ( ) : WebClient
CreateEnvironmentVariableNotSetException ( string name ) : ArgumentException
GetCredentials ( ) : NetworkCredential

메소드 상세

BasicFTPClient() 공개 메소드

public BasicFTPClient ( ) : System
리턴 System

DeleteFile() 공개 메소드

public DeleteFile ( string remotePath ) : void
remotePath string
리턴 void

DownloadData() 공개 메소드

public DownloadData ( string remotePath ) : byte[]
remotePath string
리턴 byte[]

DownloadFile() 공개 메소드

public DownloadFile ( string remotePath, string fileName ) : void
remotePath string
fileName string
리턴 void

UploadData() 공개 메소드

public UploadData ( string remotePath, byte data ) : byte[]
remotePath string
data byte
리턴 byte[]

UploadFile() 공개 메소드

public UploadFile ( string remotePath, string fileName ) : byte[]
remotePath string
fileName string
리턴 byte[]

프로퍼티 상세

remoteUri 공개적으로 프로퍼티

public string remoteUri
리턴 string