24 Sep
1999
24 Sep
'99
4:32 a.m.
On Fri, 24 Sep 1999, Jim Cain wrote:
All,
I've used vi since 1985, and I'm just now trying out emacs. I found out how to edit a file over ftp, but the syntax doesn't seem to allow a port specification. How do I do this?
Hi Jim - cntl-x cntl-f to get you in the file input mode. Then /<username>@<host> cntl-q <space> <portnumber>: <enter> basically the trick is control-q to allow you to insert a space and then the port number before the colon Pavlos