System::Net::WebRequestMethods::Ftp kelas
isi
[
bersembunyi
]Ftp class
Mewakili konstanta string FTP.
class Ftp
Metode
| Metode | Deskripsi |
|---|---|
| Ftp() | Konstruktor default yang dihapus. |
Bidang
| Bidang | Deskripsi |
|---|---|
| static AppendFile | Representasi string dari metode ‘APPE’ FTP. |
| static DeleteFile | Representasi string dari metode ‘DELE’ FTP. |
| static DownloadFile | Representasi string dari metode ‘RETR’ FTP. |
| static GetDateTimestamp | Representasi string dari metode ‘MDTM’ FTP. |
| static GetFileSize | Representasi string dari metode ‘SIZE’ FTP. |
| static ListDirectory | Representasi string dari metode ‘NLST’ FTP. |
| static ListDirectoryDetails | Representasi string dari metode ‘LIST’ FTP. |
| static MakeDirectory | Representasi string dari metode ‘MKD’ FTP. |
| static PrintWorkingDirectory | Representasi string dari metode ‘PWD’ FTP. |
| static RemoveDirectory | Representasi string dari metode ‘RMD’ FTP. |
| static Rename | Representasi string dari metode ‘RENAME’ FTP. |
| static UploadFile | Representasi string dari metode ‘STOR’ FTP. |
| static UploadFileWithUniqueName | Representasi string dari metode ‘STOU’ FTP. |
Lihat Juga
- Class WebRequestMethods
- Namespace System::Net
- Library Aspose.Page for C++