From cse.psu.edu!owner-9fans Wed Oct  9 12:56:04 1996
Received: from cse.psu.edu ([130.203.3.50]) by cannon.ecf.toronto.edu with SMTP id <3492>; Wed, 9 Oct 1996 12:56:00 -0400
Received: from localhost (majordom@localhost) by cse.psu.edu (8.7.5/8.7.3) with SMTP id MAA21664; Wed, 9 Oct 1996 12:54:26 -0400 (EDT)
Received: by claven.cse.psu.edu (bulk_mailer v1.5); Wed, 9 Oct 1996 12:53:13 -0400
Received: (from majordom@localhost) by cse.psu.edu (8.7.5/8.7.3) id MAA21612 for 9fans-outgoing; Wed, 9 Oct 1996 12:53:06 -0400 (EDT)
X-Authentication-Warning: claven.cse.psu.edu: majordom set sender to owner-9fans using -f
Received: from plan9.cs.york.ac.uk (forsyth@p9auth.cs.york.ac.uk [144.32.33.120]) by cse.psu.edu (8.7.5/8.7.3) with SMTP id MAA21604 for <9fans@cs.psu.edu>; Wed, 9 Oct 1996 12:52:56 -0400 (EDT)
From:	forsyth@plan9.cs.york.ac.uk
Message-Id: <199610091652.MAA21604@cse.psu.edu>
To:	9fans@cse.psu.edu
Date:	Wed, 9 Oct 1996 12:56:45 -0400
subject: fix to /sys/src/cmd/service/ftp.c
Sender: owner-9fans@cse.psu.edu
Reply-To: 9fans@cse.psu.edu
Precedence: bulk
Status: R

the argument to the announce call in pasv mode isn't quite right.

term% diff /n/cd/sys/src/cmd/service/ftp.c /sys/src/cmd/service/ftp.c
673c673
< 		sprint(buf, "tcp!%d", port);
---
> 		sprint(buf, "tcp!*!%d", port);

From 9fans@cse.psu.edu Sun Oct 27 20:09:46 EST 1996
Article: 1930 of comp.os.plan9
Xref: info.ecf comp.os.plan9:1930
Newsgroups: comp.os.plan9
Path: info.ecf!utnut!nott!crc-news.doc.ca!news.drenet.dnd.ca!news.acsu.buffalo.edu!news.atl.bellsouth.net!gatech!csulb.edu!news.sgi.com!news.mathworks.com!howland.erols.net!EU.net!usenet2.news.uk.psi.net!uknet!usenet1.news.uk.psi.net!uknet!uknet!yama.mcc.ac.uk!news.salford.ac.uk!aber!bath.ac.uk!ccsis
From: forsyth@plan9.CS.york.ac.UK
Subject: fix to /sys/src/cmd/service/ftp.c
Approved: plan9mod@bath.ac.uk
Reply-To: 9fans@cse.psu.edu
Sender: ccsis@bath.ac.uk (Icarus Sparry)
Organization: Plan 9 mailing list
Message-ID: <199610091652.MAA21604@cse.psu.edu>
Date: Wed, 9 Oct 1996 16:55:57 GMT
Lines: 7

the argument to the announce call in pasv mode isn't quite right.

term% diff /n/cd/sys/src/cmd/service/ftp.c /sys/src/cmd/service/ftp.c
673c673
< 		sprint(buf, "tcp!%d", port);
---
> 		sprint(buf, "tcp!*!%d", port);


