System::Net::WebRequestMethods::Ftp class
Contents
[
Hide
]Ftp class
Represents the string constants of FTP.
class Ftp
Methods
Method | Description |
---|---|
Ftp() | The deleted default constructor. |
Fields
Field | Description |
---|---|
static AppendFile | The string representation of the ‘APPE’ method of FTP. |
static DeleteFile | The string representation of the ‘DELE’ method of FTP. |
static DownloadFile | The string representation of the ‘RETR’ method of FTP. |
static GetDateTimestamp | The string representation of the ‘MDTM’ method of FTP. |
static GetFileSize | The string representation of the ‘SIZE’ method of FTP. |
static ListDirectory | The string representation of the ‘NLST’ method of FTP. |
static ListDirectoryDetails | The string representation of the ‘LIST’ method of FTP. |
static MakeDirectory | The string representation of the ‘MKD’ method of FTP. |
static PrintWorkingDirectory | The string representation of the ‘PWD’ method of FTP. |
static RemoveDirectory | The string representation of the ‘RMD’ method of FTP. |
static Rename | The string representation of the ‘RENAME’ method of FTP. |
static UploadFile | The string representation of the ‘STOR’ method of FTP. |
static UploadFileWithUniqueName | The string representation of the ‘STOU’ method of FTP. |
See Also
- Class WebRequestMethods
- Namespace System::Net
- Library Aspose.PUB for C++