diff --git a/src/host/main.cpp b/src/host/main.cpp index 817e2b4082fd746b1ab205d31a6484c99531656f..0be56e82ddeb45e4e693230f596ee945b4c99202 100644 --- a/src/host/main.cpp +++ b/src/host/main.cpp @@ -121,9 +121,9 @@ void AppendCwdWhenTransfer(string &outCommand) path[strlen(path)] = Base::GetPathSep(); } outCommand += outCommand.size() ? " " : ""; - outCommand += CMDSTR_REMOTE_PARAMETER; - outCommand += outCommand.size() ? " -cwd " : "-cwd "; - outCommand += Base::StringFormat("\"%s\"", path); + // outCommand += CMDSTR_REMOTE_PARAMETER; + // outCommand += outCommand.size() ? " -cwd " : "-cwd "; + // outCommand += Base::StringFormat("\"%s\"", path); } int SplitOptionAndCommand(int argc, const char **argv, string &outOption, string &outCommand)