#include <ftp-client.h>
Public Types | |
| enum | Actions_t { NONE, OPEN, GET, PUT, CLOSE, SLEEP, REPEAT } |
Public Member Functions | |
| FTPAction () | |
| FTPAction (Actions_t a) | |
| FTPAction (const FTPAction &) | |
| FTPAction & | operator= (const FTPAction &) |
| ~FTPAction () | |
| void | Reset () |
Public Attributes | |
| Actions_t | action |
| IPAddr_t | peerIP |
| Count_t | reqSz |
| Count_t | fileSz |
| Random * | reqRv |
| Random * | fileRv |
| Time_t | sleepTime |
| Random * | sleepRv |
| Count_t | nRepeat |
| Count_t | cRepeat |
| Count_t | stepRepeat |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1