Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of FTPClient by
Revision 2:dbbe55b239d5, committed 2015-07-28
- Comitter:
- Ricky_Kwon
- Date:
- Tue Jul 28 23:33:09 2015 +0000
- Parent:
- 1:2630b5456598
- Child:
- 3:4fd8e5cd6307
- Commit message:
- optimization
Changed in this revision
| FTPClient.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/FTPClient.cpp Tue Jul 28 23:30:59 2015 +0000
+++ b/FTPClient.cpp Tue Jul 28 23:33:09 2015 +0000
@@ -11,6 +11,7 @@
bfdeleteflag = false;
bmkdirflag = false;
bcdflag = false;
+ bquitflag = false;
}
bool FTPClient::open(char* ip, int port, char* id, char* pass){
@@ -438,3 +439,4 @@
+
