Property | Type | Description | |
---|---|---|---|
GetFtpRequest |
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
GetFtpRequest ( string method, string filename = null ) : |
public DeleteFile ( string filename ) : void | ||
filename | string | Name of the file. |
return | void |
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. |
return | System |
public GetFileContents ( string filename ) : string | ||
filename | string | Name of the file. |
return | string |