9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: presotto@plan9.att.com presotto@plan9.att.com
Subject: gnot1.link.bull.se online
Date: Sat,  9 Sep 1995 16:43:29 -0400	[thread overview]
Message-ID: <19950909204329.saYCEN1vEKuJPvw--nqMw1gibUxzt2L-8AgSIinasDg@z> (raw)

>I'm now using ftpfs to edit this file on the production 
>server, a Bull DPX/20 690 running AIX. I'm about to port
>u9fs to AIX, if it hasn't been done allready, but ftpfs works
>fine for now, almost like ange-ftp in Emacs, except for one
>thing --- I don't seem to be able to find dot-files, starting
>with a '.'.

The FTP command that goes to the Unix system is "LIST".  The Unix ftp
server is probably just doing an 'ls' to get the listing and because
there's no '-a' flag, it hides the files starting with '.'.  That's
a Unixism I've never liked much.  If it bugs you, you could change your
ftpfs to do an 'LIST -a'.  I'ld rather someone fixed Unix but what the
heck.

>I also find that the editing capabilities of the windows in
>8 1/2 doesn't work over telnet connections. Strange things
>happen; sometimes I don't seem to get out of the edit mode,
>as invoked by pressing ESC. Sometimes, I can't get into
>edit mode at all, the ESC being swalloved by telnet.

Telnet sticks the window into raw mode and grabs any characters you
type, ESC included, and sends them over the network connection
as long as the cursor is at the Unix point, i.e., the last selectable
spot in the window.  If you  move the cursor somewhere else (by clicking
button 1), you can get into and out of hold mode.

>One problem with ftpfs is that its mount point is only known
>to the process that forked and execed the ftpfs command and
>its children. I don't know how to change that, but I guess
>I have to dabble some in mount and bind.

No dabbling will fix that.  You could hack ftpfs to stick itself
into /srv and then mount that somewhere else.  It's easy enough to
do, just look at the 's' option in /sys/src/cmd/ramfs.c






             reply	other threads:[~1995-09-09 20:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-09-09 20:43 presotto [this message]
  -- strict thread matches above, loose matches on Subject: below --
1995-09-10  1:51 rob
1995-09-09 15:41 Mikael

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19950909204329.saYCEN1vEKuJPvw--nqMw1gibUxzt2L-8AgSIinasDg@z \
    --to=presotto@plan9.att.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).