#include <ftp.h>
Inheritance diagram for PFTP:

Public Types | |
| enum | Commands { USER, PASS, ACCT, CWD, CDUP, SMNT, QUIT, REIN, PORT, PASV, TYPE, STRU, MODE, RETR, STOR, STOU, APPE, ALLO, REST, RNFR, RNTO, ABOR, DELE, RMD, MKD, PWD, LIST, NLST, SITE, SYST, STATcmd, HELP, NOOP, NumCommands } |
| FTP commands. More... | |
| enum | RepresentationType { ASCII, EBCDIC, Image } |
| Types for file transfer. More... | |
| enum | DataChannelType { NormalPort, Passive } |
| File transfer mode on data channel. More... | |
| enum | NameTypes { ShortNames, DetailedNames } |
| Listing types. More... | |
Public Member Functions | |
| BOOL | SendPORT (const PIPSocket::Address &addr, WORD port) |
Protected Member Functions | |
| PFTP () | |
| Construct an ineternal File Transfer Protocol channel. | |
|
|
FTP commands.
|
|
|
File transfer mode on data channel.
|
|
|
Listing types.
|
|
|
Types for file transfer.
|
|
|
Construct an ineternal File Transfer Protocol channel.
|
|
||||||||||||
|
Send the PORT command for a transfer.
|
1.4.2