1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-13 17:17:37 -05:00

... and there's a Unix port of PSCP. Ooh.

[originally from svn r3422]
This commit is contained in:
Simon Tatham
2003-08-25 14:30:59 +00:00
parent 4e8325c967
commit d1e9569b05
4 changed files with 232 additions and 3 deletions

2
scp.c
View File

@ -1711,7 +1711,7 @@ static void sink(char *targ, char *src)
}
if (targ[0] != '\0')
destfname = dupcat(targ, "\\", striptarget, NULL);
destfname = dir_file_cat(targ, striptarget);
else
destfname = dupstr(striptarget);
} else {