#include <TinyFTPD.h>
Public Member Functions | |
TinyFTPD () | |
virtual | ~TinyFTPD () |
virtual OStatus | DoInit (const OSystemEvent &event) |
virtual OStatus | DoStart (const OSystemEvent &event) |
virtual OStatus | DoStop (const OSystemEvent &event) |
virtual OStatus | DoDestroy (const OSystemEvent &event) |
void | ListenContforPI (ANTENVMSG msg) |
void | SendContforPI (ANTENVMSG msg) |
void | ReceiveContforPI (ANTENVMSG msg) |
void | CloseContforPI (ANTENVMSG msg) |
void | ListenContforDTP (ANTENVMSG msg) |
void | ConnectContforDTP (ANTENVMSG msg) |
void | SendContforDTP (ANTENVMSG msg) |
void | ReceiveContforDTP (ANTENVMSG msg) |
void | CloseContforDTP (ANTENVMSG msg) |
Public Attributes | |
OSubject * | subject [numOfSubject] |
OObserver * | observer [numOfObserver] |
Private Member Functions | |
OStatus | LoadPasswd () |
OStatus | Load (char *path, byte **data, size_t *size) |
Private Attributes | |
antStackRef | ipstackRef |
FtpPI | ftpPI [FTP_CONNECTION_MAX] |
OList< Passwd, MAX_LOGIN > | passwd |
|
Definition at line 18 of file TinyFTPD.cc. |
|
Definition at line 27 of file TinyFTPD.h. |
|
Definition at line 148 of file TinyFTPD.cc. References FtpPI::CloseContforDTP(), and ftpPI. |
|
Definition at line 98 of file TinyFTPD.cc. References FtpPI::CloseCont(), and ftpPI. |
|
Definition at line 118 of file TinyFTPD.cc. References FtpPI::ConnectContforDTP(), and ftpPI. |
|
Definition at line 62 of file TinyFTPD.cc. |
|
Definition at line 23 of file TinyFTPD.cc. |
|
Definition at line 30 of file TinyFTPD.cc. References ftpPI, FtpPI::Initialize(), ipstackRef, LoadPasswd(), and passwd. |
|
Definition at line 52 of file TinyFTPD.cc. References FtpPI::Close(), and ftpPI. |
|
Definition at line 108 of file TinyFTPD.cc. References ftpPI, and FtpPI::ListenContforDTP(). |
|
Definition at line 69 of file TinyFTPD.cc. References ftpPI, and FtpPI::ListenCont(). |
|
Definition at line 205 of file TinyFTPD.cc. References byte. Referenced by LoadPasswd(). |
|
Definition at line 158 of file TinyFTPD.cc. References byte, DeleteRegion(), FTP_PASSWD_PATH, Passwd::home, Load(), Passwd::pass, passwd, and Passwd::user. Referenced by DoStart(). |
|
Definition at line 138 of file TinyFTPD.cc. References ftpPI, and FtpPI::ReceiveContforDTP(). |
|
Definition at line 88 of file TinyFTPD.cc. References ftpPI, and FtpPI::ReceiveCont(). |
|
Definition at line 128 of file TinyFTPD.cc. References ftpPI, and FtpPI::SendContforDTP(). |
|
Definition at line 79 of file TinyFTPD.cc. References ftpPI, and FtpPI::SendCont(). |
|
Definition at line 52 of file TinyFTPD.h. Referenced by CloseContforDTP(), CloseContforPI(), ConnectContforDTP(), DoStart(), DoStop(), ListenContforDTP(), ListenContforPI(), ReceiveContforDTP(), ReceiveContforPI(), SendContforDTP(), and SendContforPI(). |
|
Definition at line 51 of file TinyFTPD.h. Referenced by DoStart(). |
|
Definition at line 30 of file TinyFTPD.h. |
|
Definition at line 54 of file TinyFTPD.h. Referenced by DoStart(), and LoadPasswd(). |
|
Definition at line 29 of file TinyFTPD.h. |