9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] ftpfs
@ 2003-09-15  8:27 James
  0 siblings, 0 replies; 6+ messages in thread
From: James @ 2003-09-15  8:27 UTC (permalink / raw)
  To: 9fans

hi,

just got plan9 installed and i can't figure out how to get the namespace
mounted on /n/ftp from the process/window that started it in acme into
another window so i can use the mouse to traverse the file structures.

also, i can start the ftpd by aux/listen tcp but how do i start just the ftp
service? aux/listen tcp21 doesn't do it.

thanks,
James


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [9fans] ftpfs
@ 2003-09-15 14:12 James
  2003-09-15 15:20 ` mirtchov
  0 siblings, 1 reply; 6+ messages in thread
From: James @ 2003-09-15 14:12 UTC (permalink / raw)
  To: 9fans

hi,

just got plan9 installed and i can't figure out how to get the namespace
mounted on /n/ftp from the process/window that started it in acme into
another window so i can use the mouse to traverse the file structures.

also, i can start the ftpd by aux/listen tcp but how do i start just the ftp
service? aux/listen tcp21 doesn't do it. ip/ftpd says it needs a network
address but it seems proper protocol that aux/listen is used from the man
pages

thanks,
James



^ permalink raw reply	[flat|nested] 6+ messages in thread
* Re: [9fans] ftpfs
@ 2003-09-15 15:32 Richard C Bilson
  2003-09-15 15:51 ` rob pike, esq.
  0 siblings, 1 reply; 6+ messages in thread
From: Richard C Bilson @ 2003-09-15 15:32 UTC (permalink / raw)
  To: 9fans

> just got plan9 installed and i can't figure out how to get the namespace
> mounted on /n/ftp from the process/window that started it in acme into
> another window so i can use the mouse to traverse the file structures.

Andrey is correct, but if you want to change the namespace for an
already-running instance of acme you can use the "Local" builtin --
i.e., type "Local some_namespace_changing_command" in a tag and sweep
it with B2.  Doing this won't affect instances of "win" that you're
already running, but it will affect new ones that you start.


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [9fans] ftpfs
@ 2004-07-09  0:16 boyd
  0 siblings, 0 replies; 6+ messages in thread
From: boyd @ 2004-07-09  0:16 UTC (permalink / raw)
  To: 9fans

i found a bug when you hit your disc quota:

brahma% diff /n/sources/plan9/sys/src/cmd/ip/ftpfs/proto.c .
991,992c991
< 	getreply(&ctlin, msg, sizeof(msg), 0);
< 	return off;
---
> 	return getreply(&ctlin, msg, sizeof(msg), 0) == Success ? off : -1;


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-07-09  0:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-15  8:27 [9fans] ftpfs James
2003-09-15 14:12 James
2003-09-15 15:20 ` mirtchov
2003-09-15 15:32 Richard C Bilson
2003-09-15 15:51 ` rob pike, esq.
2004-07-09  0:16 boyd

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