浏览代码

Bug 1405: SFTP/SCP sessions cannot be connected to over proxy

https://winscp.net/tracker/1405

Source commit: cae84d4ac72e0562cfdd0df810ecac45fd3d44f2
Martin Prikryl 9 年之前
父节点
当前提交
a59242e840
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      source/core/SecureShell.cpp

+ 1 - 0
source/core/SecureShell.cpp

@@ -343,6 +343,7 @@ Conf * __fastcall TSecureShell::StoreToConfig(TSessionData * Data, bool Simple)
   {
     conf_set_int_int(conf, CONF_ssh_gsslist, Index, gsslibkeywords[Index].v);
   }
+  conf_set_int(conf, CONF_proxy_log_to_term, FORCE_OFF);
   return conf;
 }
 //---------------------------------------------------------------------------