]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Windows PSCP now links against winsftp.c, and scp.c is now a
authorSimon Tatham <anakin@pobox.com>
Mon, 25 Aug 2003 13:53:41 +0000 (13:53 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 25 Aug 2003 13:53:41 +0000 (13:53 +0000)
commitbfb9b2839323fd2af5fbfda5226fdda9ce40f7cb
treec36ce0cd8344d034e59ac442248580eb85f122be
parent66fa6f320e9e870d75a9cc83e97d354d1f4653dc
Windows PSCP now links against winsftp.c, and scp.c is now a
platform-independent source file. Haven't yet added the extra
abstraction routines to uxsftp.c to create a Unix PSCP port, but it
shouldn't take long.
Also in this checkin, a change of semantics in platform_default_s():
now strings returned from it are expected to be dynamically allocated.

[originally from svn r3420]
Recipe
psftp.h
putty.h
scp.c
settings.c
unix/uxmisc.c
unix/uxplink.c
unix/uxsftp.c
winmisc.c
winsftp.c