60
60
string user = hex2bin (request->post ["u"]);
61
61
int action = convert_to_int (request->post ["a"]);
62
62
int version = convert_to_int (request->post ["v"]);
64
64
string file = request->post ["f"];
66
66
// For security reasons a client does not specify the directory of the file to be downloaded.