|
@@ -115,7 +115,8 @@ private:
|
|
CmdRet cmdGet(vector<string> args);
|
|
CmdRet cmdGet(vector<string> args);
|
|
const string descList = "list files available on server";
|
|
const string descList = "list files available on server";
|
|
CmdRet cmdList(vector<string> args);
|
|
CmdRet cmdList(vector<string> args);
|
|
- const string descHead = "request the first four bytes of a file from the server";
|
|
|
|
|
|
+ const string descHead =
|
|
|
|
+ "request the first four bytes of a file from the server";
|
|
CmdRet cmdHead(vector<string> args);
|
|
CmdRet cmdHead(vector<string> args);
|
|
|
|
|
|
const string descLogin = "login to the server";
|
|
const string descLogin = "login to the server";
|