[Zope] How do I specify an ftp port in emacs?

Pavlos Christoforou pavlos@gaaros.msrc.sunysb.edu
Fri, 24 Sep 1999 00:32:08 -0400 (EDT)


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