System::Net::WebRequestMethods::Ftp Class Reference

Represents the string constants of FTP. More...

Public Member Functions

 Ftp ()=delete
 The deleted default constructor. More...
 

Static Public Attributes

static ASPOSECPP_SHARED_API const String DownloadFile
 The string representation of the 'RETR' method of FTP. More...
 
static ASPOSECPP_SHARED_API const String ListDirectory
 The string representation of the 'NLST' method of FTP. More...
 
static ASPOSECPP_SHARED_API const String UploadFile
 The string representation of the 'STOR' method of FTP. More...
 
static ASPOSECPP_SHARED_API const String DeleteFile
 The string representation of the 'DELE' method of FTP. More...
 
static ASPOSECPP_SHARED_API const String AppendFile
 The string representation of the 'APPE' method of FTP. More...
 
static ASPOSECPP_SHARED_API const String GetFileSize
 The string representation of the 'SIZE' method of FTP. More...
 
static ASPOSECPP_SHARED_API const String UploadFileWithUniqueName
 The string representation of the 'STOU' method of FTP. More...
 
static ASPOSECPP_SHARED_API const String MakeDirectory
 The string representation of the 'MKD' method of FTP. More...
 
static ASPOSECPP_SHARED_API const String RemoveDirectory
 The string representation of the 'RMD' method of FTP. More...
 
static ASPOSECPP_SHARED_API const String ListDirectoryDetails
 The string representation of the 'LIST' method of FTP. More...
 
static ASPOSECPP_SHARED_API const String GetDateTimestamp
 The string representation of the 'MDTM' method of FTP. More...
 
static ASPOSECPP_SHARED_API const String PrintWorkingDirectory
 The string representation of the 'PWD' method of FTP. More...
 
static ASPOSECPP_SHARED_API const String Rename
 The string representation of the 'RENAME' method of FTP. More...
 

Detailed Description

Represents the string constants of FTP.

Constructor & Destructor Documentation

◆ Ftp()

System::Net::WebRequestMethods::Ftp::Ftp ( )
delete

The deleted default constructor.

Member Data Documentation

◆ AppendFile

ASPOSECPP_SHARED_API const String System::Net::WebRequestMethods::Ftp::AppendFile
static

The string representation of the 'APPE' method of FTP.

◆ DeleteFile

ASPOSECPP_SHARED_API const String System::Net::WebRequestMethods::Ftp::DeleteFile
static

The string representation of the 'DELE' method of FTP.

◆ DownloadFile

ASPOSECPP_SHARED_API const String System::Net::WebRequestMethods::Ftp::DownloadFile
static

The string representation of the 'RETR' method of FTP.

◆ GetDateTimestamp

ASPOSECPP_SHARED_API const String System::Net::WebRequestMethods::Ftp::GetDateTimestamp
static

The string representation of the 'MDTM' method of FTP.

◆ GetFileSize

ASPOSECPP_SHARED_API const String System::Net::WebRequestMethods::Ftp::GetFileSize
static

The string representation of the 'SIZE' method of FTP.

◆ ListDirectory

ASPOSECPP_SHARED_API const String System::Net::WebRequestMethods::Ftp::ListDirectory
static

The string representation of the 'NLST' method of FTP.

◆ ListDirectoryDetails

ASPOSECPP_SHARED_API const String System::Net::WebRequestMethods::Ftp::ListDirectoryDetails
static

The string representation of the 'LIST' method of FTP.

◆ MakeDirectory

ASPOSECPP_SHARED_API const String System::Net::WebRequestMethods::Ftp::MakeDirectory
static

The string representation of the 'MKD' method of FTP.

◆ PrintWorkingDirectory

ASPOSECPP_SHARED_API const String System::Net::WebRequestMethods::Ftp::PrintWorkingDirectory
static

The string representation of the 'PWD' method of FTP.

◆ RemoveDirectory

ASPOSECPP_SHARED_API const String System::Net::WebRequestMethods::Ftp::RemoveDirectory
static

The string representation of the 'RMD' method of FTP.

◆ Rename

ASPOSECPP_SHARED_API const String System::Net::WebRequestMethods::Ftp::Rename
static

The string representation of the 'RENAME' method of FTP.

◆ UploadFile

ASPOSECPP_SHARED_API const String System::Net::WebRequestMethods::Ftp::UploadFile
static

The string representation of the 'STOR' method of FTP.

◆ UploadFileWithUniqueName

ASPOSECPP_SHARED_API const String System::Net::WebRequestMethods::Ftp::UploadFileWithUniqueName
static

The string representation of the 'STOU' method of FTP.