support getting multiple files at once, e.g
authormichaels <michaels@openbsd.org>
Wed, 18 Dec 1996 01:59:15 +0000 (01:59 +0000)
committermichaels <michaels@openbsd.org>
Wed, 18 Dec 1996 01:59:15 +0000 (01:59 +0000)
commit80b68a0b75aeb617d8fca794c6662ab2096f23a3
treefadaf7a43f4384cf8d47951ff7c3c21cba420986
parent13672e0cc8cf8b905c9493077e671eb4eccd6779
support getting multiple files at once, e.g
"ftp host:pub/tst/test /pub/tst/test2 /pub/tst" will get files
"test", then "test2" and then the cd to "pub/tst" on the same host and
become interactive without closing/reopening connection each time.
(needs leading '/' on every path but the first, as the rest are
relative to the first. (a feauture, really))
usr.bin/ftp/main.c