Property | Type | Description | |
---|---|---|---|
CDUP | void | ||
CWD | void | ||
DELE | void | ||
FtpControlChannel | System | ||
GetPassiveDataStream | GSF.Net.Ftp.FtpDataStream | ||
GetPassiveDataStream | GSF.Net.Ftp.FtpDataStream | ||
GetPassivePort | int | ||
List | |||
PWD | string | ||
QUIT | void | ||
REST | void | ||
RETR | void | ||
RMD | void | ||
Rename | void | ||
STOR | void | ||
Type | void |
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the FtpControlChannel object and optionally releases the managed resources.
|
Method | Description | |
---|---|---|
CDUP ( ) : void | ||
CWD ( string path ) : void | ||
DELE ( string fileName ) : void | ||
FtpControlChannel ( |
||
GetPassiveDataStream ( ) : GSF.Net.Ftp.FtpDataStream | ||
GetPassiveDataStream ( TransferDirection direction ) : GSF.Net.Ftp.FtpDataStream | ||
GetPassivePort ( ) : int | ||
List ( bool passive ) : |
||
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 |
public Command ( string cmd ) : void | ||
cmd | string | A |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
return | void |