diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-12-27 23:53:43 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-12-27 23:53:43 +0000 |
commit | 433a39aedf25f351b91ac5cbe4299263ad4094ac (patch) | |
tree | 08beeb1e60cdfe805cc58cbc06e22011d6060f7d /net/sftp/Makefile | |
parent | 095af5e32c57f8732012fe92ddae068e5108da88 (diff) | |
download | pkgsrc-433a39aedf25f351b91ac5cbe4299263ad4094ac.tar.gz |
Update to V0.5. Changes:
- added "dir" == "ls -l", "mget" == "get", "mput == "put"
- filenames with spaces should work now
- added ability to connect to a different port with -p. -P now
specifies remote path
- fixed problems with multiple opens and no intermediate close
- command line flags processed in open, so multiple opens with
different flags will work
Uses NetBSD's libedit instead of libreadline. (Why don't we have any
documentation on that, btw?!?)
Diffstat (limited to 'net/sftp/Makefile')
-rw-r--r-- | net/sftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sftp/Makefile b/net/sftp/Makefile index 0dcb566e5a3..8aa288c3275 100644 --- a/net/sftp/Makefile +++ b/net/sftp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 1999/12/21 22:39:30 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1999/12/27 23:53:43 hubertf Exp $ # -DISTNAME= sftp-0.4 +DISTNAME= sftp-0.5 CATEGORIES= net security MASTER_SITES= ftp://ftp.xbill.org/pub/sftp/ |