Destructor ****************************************/
| 136 | Destructor |
| 137 | ****************************************/ |
| 138 | CUT_FTPClient::~CUT_FTPClient(){ |
| 139 | |
| 140 | // clear response list |
| 141 | m_listResponse.ClearList(); |
| 142 | |
| 143 | //destory any allocated memory |
| 144 | ClearDirInfo(); |
| 145 | Close(); |
| 146 | } |
| 147 | /*************************************** |
| 148 | FTPConnect |
| 149 | Connect to the given FTP site, the default |