Small fixes
This commit is contained in:
@@ -619,7 +619,7 @@ command_result ConnectedClient::handleCommandFTInitUpload(ts::Command &cmd) {
|
||||
info.file_offset = 0;
|
||||
info.expected_file_size = cmd["size"].as<size_t>();
|
||||
info.override_exiting = cmd["overwrite"].as<bool>();
|
||||
info.file_path = cmd["name"].string();
|
||||
info.file_path = cmd["path"].string() + "/" + cmd["name"].string();
|
||||
info.client_unique_id = this->getUid();
|
||||
info.client_id = this->getClientId();
|
||||
info.max_concurrent_transfers = kMaxClientTransfers;
|
||||
|
||||
Reference in New Issue
Block a user