]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
PSFTP: when choosing a default destination filename for `get' and
authorSimon Tatham <anakin@pobox.com>
Wed, 12 Sep 2001 20:16:45 +0000 (20:16 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 12 Sep 2001 20:16:45 +0000 (20:16 +0000)
commit98af2ddc72caa50984a4fb0f2312a7b2f5370ae5
tree04c0ef092effb9d8026d79ab218b6a785524a791
parent7692bf350a03be7a50390bdddbdb7b3419d4eaa0
PSFTP: when choosing a default destination filename for `get' and
`put', it makes more sense to pick the _basename_ of the source
rather than use the whole path - particularly when the latter might
cause us to try to use a DOS pathname like `f:\stuff' in a Unix (or
worse, such as VMS!) file system.

[originally from svn r1265]
psftp.c