Changed uint64_t attribute type to size_t
This commit is contained in:
parent
db1873b714
commit
4297df4acb
@ -29,8 +29,8 @@ class FTPClient : public TCPClient
|
||||
char *_username = NULL;
|
||||
char *_currentDirectory = NULL;
|
||||
char *_currentFile = NULL;
|
||||
uint64_t _fileSentBytes = 0;
|
||||
uint64_t _fileRecvBytes = 0;
|
||||
size_t _fileSentBytes = 0;
|
||||
size_t _fileRecvBytes = 0;
|
||||
boolean _waitingForDataConnection = false;
|
||||
boolean _fileIsBeeingReceived = false;
|
||||
uint64_t _actionTimeout = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user