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
Diff: FTPClient.cpp
- Revision:
- 2:dbbe55b239d5
- Parent:
- 1:2630b5456598
- Child:
- 3:4fd8e5cd6307
diff -r 2630b5456598 -r dbbe55b239d5 FTPClient.cpp --- 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 @@ +