C# 클래스 GSF.Net.Ftp.FtpControlChannel

FTP control channel.
상속: IDisposable
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CDUP void
CWD void
DELE void
FtpControlChannel System
GetPassiveDataStream GSF.Net.Ftp.FtpDataStream
GetPassiveDataStream GSF.Net.Ftp.FtpDataStream
GetPassivePort int
List System.Collections.Queue
PWD string
QUIT void
REST void
RETR void
RMD void
Rename void
STOR void
Type void

공개 메소드들

메소드 설명
Close ( ) : void

Releases all the resources used by the FtpControlChannel object.

Command ( string cmd ) : void

Send FTP command to control channel.

Connect ( ) : void

Connects the FtpControlChannel.

Dispose ( ) : void

Releases all the resources used by the FtpControlChannel object.

RefreshResponse ( ) : void

Refresh response from control channel.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Releases the unmanaged resources used by the FtpControlChannel object and optionally releases the managed resources.

비공개 메소드들

메소드 설명
CDUP ( ) : void
CWD ( string path ) : void
DELE ( string fileName ) : void
FtpControlChannel ( FtpClient host ) : System
GetPassiveDataStream ( ) : GSF.Net.Ftp.FtpDataStream
GetPassiveDataStream ( TransferDirection direction ) : GSF.Net.Ftp.FtpDataStream
GetPassivePort ( ) : int
List ( bool passive ) : Queue
PWD ( ) : string
QUIT ( ) : void
REST ( long offset ) : void
RETR ( string name ) : void
RMD ( string dirName ) : void
Rename ( string oldName, string newName ) : void
STOR ( string name ) : void
Type ( TransferMode mode ) : void

메소드 상세

Close() 공개 메소드

Releases all the resources used by the FtpControlChannel object.
public Close ( ) : void
리턴 void

Command() 공개 메소드

Send FTP command to control channel.
public Command ( string cmd ) : void
cmd string A representing the command to send.
리턴 void

Connect() 공개 메소드

Connects the FtpControlChannel.
public Connect ( ) : void
리턴 void

Dispose() 공개 메소드

Releases all the resources used by the FtpControlChannel object.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Releases the unmanaged resources used by the FtpControlChannel object and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
리턴 void

RefreshResponse() 공개 메소드

Refresh response from control channel.
public RefreshResponse ( ) : void
리턴 void