C# 클래스 CdnLink.FtpBox

상속: ICdnFtpBox
파일 보기 프로젝트 열기: cardeliverynetwork/openapi.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetFtpRequest System.Net.FtpWebRequest

공개 메소드들

메소드 설명
DeleteFile ( string filename ) : void

Deletes the file.

FtpBox ( string host, string root, string user, string pass ) : System

Initializes a new instance of the FtpBox class.

GetFileContents ( string filename ) : string

Gets the file contents.

GetFileList ( ) : List

Gets the file list.

비공개 메소드들

메소드 설명
GetFtpRequest ( string method, string filename = null ) : FtpWebRequest

메소드 상세

DeleteFile() 공개 메소드

Deletes the file.
public DeleteFile ( string filename ) : void
filename string Name of the file.
리턴 void

FtpBox() 공개 메소드

Initializes a new instance of the FtpBox class.
public FtpBox ( string host, string root, string user, string pass ) : System
host string The ftp host.
root string The ftp directory.
user string The ftp user.
pass string The ftp pass.
리턴 System

GetFileContents() 공개 메소드

Gets the file contents.
public GetFileContents ( string filename ) : string
filename string Name of the file.
리턴 string

GetFileList() 공개 메소드

Gets the file list.
public GetFileList ( ) : List
리턴 List