allow "ftp -aV ftp://host/foo.tar.gz | tar xvfpz -" to work
authorderaadt <deraadt@openbsd.org>
Wed, 23 Apr 1997 20:32:57 +0000 (20:32 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 23 Apr 1997 20:32:57 +0000 (20:32 +0000)
commit8dd8f854361a1b9d0750be507578480b5414c2d0
treed6b633f1a11e84392c26516c3de46c77a6c3cbca
parent96d788e27b6c5c833af780dfd0194394e7736c07
allow "ftp -aV ftp://host/foo.tar.gz | tar xvfpz -" to work
usr.bin/ftp/cmds.c
usr.bin/ftp/complete.c
usr.bin/ftp/domacro.c
usr.bin/ftp/extern.h
usr.bin/ftp/fetch.c
usr.bin/ftp/ftp.1
usr.bin/ftp/ftp.c
usr.bin/ftp/ftp_var.h
usr.bin/ftp/main.c
usr.bin/ftp/ruserpass.c
usr.bin/ftp/util.c