9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* fix to /sys/src/cmd/service/ftp.c
@ 1996-10-09 16:56 forsyth
  0 siblings, 0 replies; only message in thread
From: forsyth @ 1996-10-09 16:56 UTC (permalink / raw)


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);




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-10-09 16:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-10-09 16:56 fix to /sys/src/cmd/service/ftp.c forsyth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).