System::Net::WebRequestMethods::Ftp-klasse

Ftp class

Vertegenwoordigt de tekenreeksconstanten van FTP.

class Ftp

Methoden

MethodeBeschrijving
Ftp()De verwijderde standaardconstructor.

Velden

VeldBeschrijving
static AppendFileDe tekenreeksrepresentatie van de ‘APPE’-methode van FTP.
static DeleteFileDe tekenreeksrepresentatie van de ‘DELE’-methode van FTP.
static DownloadFileDe tekenreeksrepresentatie van de ‘RETR’-methode van FTP.
static GetDateTimestampDe tekenreeksrepresentatie van de ‘MDTM’-methode van FTP.
static GetFileSizeDe tekenreeksrepresentatie van de ‘SIZE’-methode van FTP.
static ListDirectoryDe tekenreeksrepresentatie van de ‘NLST’-methode van FTP.
static ListDirectoryDetailsDe tekenreeksrepresentatie van de ‘LIST’-methode van FTP.
static MakeDirectoryDe tekenreeksrepresentatie van de ‘MKD’-methode van FTP.
static PrintWorkingDirectoryDe tekenreeksrepresentatie van de ‘PWD’-methode van FTP.
static RemoveDirectoryDe tekenreeksrepresentatie van de ‘RMD’-methode van FTP.
static RenameDe tekenreeksrepresentatie van de ‘RENAME’-methode van FTP.
static UploadFileDe tekenreeksrepresentatie van de ‘STOR’-methode van FTP.
static UploadFileWithUniqueNameDe tekenreeksrepresentatie van de ‘STOU’-methode van FTP.

Zie ook