scmno****@osdn*****
scmno****@osdn*****
2018年 6月 14日 (木) 20:07:20 JST
Revision: 7138 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/7138 Author: doda Date: 2018-06-14 20:07:19 +0900 (Thu, 14 Jun 2018) Log Message: ----------- r7134 も一旦 revert r7137 の revert 対象は r7135 です。 Revision Links: -------------- http://sourceforge.jp/projects/ttssh2/scm/svn/commits/7134 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/7137 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/7135 Modified Paths: -------------- trunk/ttssh2/ttxssh/ssh.c -------------- next part -------------- Modified: trunk/ttssh2/ttxssh/ssh.c =================================================================== --- trunk/ttssh2/ttxssh/ssh.c 2018-06-14 10:59:53 UTC (rev 7137) +++ trunk/ttssh2/ttxssh/ssh.c 2018-06-14 11:07:19 UTC (rev 7138) @@ -7653,7 +7653,6 @@ int id, remote_id; Channel_t *c; char buff[MAX_PATH + 30]; - char *host_p, *path_p; #ifdef DONT_WANTCONFIRM int want_reply = 0; // false @@ -7718,17 +7717,8 @@ case TYPE_SCP: if (c->scp.dir == TOREMOTE) { - if ((path_p = strchr(c->scp.remotefile, ':')) != NULL) { - host_p = c->scp.remotefile; - *path_p++ = 0; - if (*path_p == 0) { - path_p = "."; - } - _snprintf_s(buff, sizeof(buff), _TRUNCATE, "ssh %s scp -t %s", host_p, path_p); - } - else { - _snprintf_s(buff, sizeof(buff), _TRUNCATE, "scp -t %s", c->scp.remotefile); - } + _snprintf_s(buff, sizeof(buff), _TRUNCATE, "scp -t %s", c->scp.remotefile); + } else { // \x83t\x83@\x83C\x83\x8B\x96\xBC\x82ɋ\xF0\x8A܂܂\xEA\x82Ă\xA2\x82Ă\xE0\x82悢\x82悤\x82ɁA\x83t\x83@\x83C\x83\x8B\x96\xBC\x82\xF0\x93\xF1\x8Fd\x88\xF8\x97p\x95\x84\x82ň͂ށB // (2014.7.13 yutaka)