mkdir and rmdir basic implementation

This commit is contained in:
vaclavt
2022-03-21 17:46:32 +01:00
parent 2856043feb
commit 2607a50986
8 changed files with 44 additions and 43 deletions

View File

@@ -65,7 +65,7 @@ utils/local_install.sh
### KNOWNN BUGS
- server/client problem in std::string TcpNet::read_from_socket(int sockfd) - reading dows not know lenght to read
- server/client problem in std::string TcpNet::read_from_socket(int sockfd) - reading does not know lenght to read
- (read-url "https://api.nasdaq.com/api/calendar/dividends/") ; hangs in sslclient.cpp line 132
### TODO