Andreas Tille <[EMAIL PROTECTED]> writes: > When I used emacs21 I was able to access Zope objects via ftp by > > C-x C-f /[EMAIL PROTECTED] 8021:/ > > Unfortunately emacs22 says: > > "This is not a tramp file" > > I assume that this is caused by the non default port 8021 under > which Zopes ftp server is running. The reason for the assumption > is that I can successfully access > > C-x C-f /[EMAIL PROTECTED]:/ > > But I get the same error message as above when I try > > C-x C-f /[EMAIL PROTECTED] 21:/ > > I think the last example is the simplest method to reproduce the > problem.
I can reproduce this, but note what the Emacs manual says: ,---- | You can refer to files on other machines using a special file name | syntax: | | /HOST:FILENAME | /[EMAIL PROTECTED]:FILENAME | /[EMAIL PROTECTED]:FILENAME | /METHOD:[EMAIL PROTECTED]:FILENAME | /METHOD:[EMAIL PROTECTED]:FILENAME `---- And indeed, C-x C-f /[EMAIL PROTECTED]:/ works fine. FWIW, this is the official method to specify the port number even in Emacs 21. Cheers, Sven -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]