[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problems with access to Windows_NT server
From: |
Seb |
Subject: |
Re: problems with access to Windows_NT server |
Date: |
Sun, 13 Jun 2010 13:18:35 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
On Sun, 13 Jun 2010 20:01:42 +0200,
Michael Albinus <address@hidden> wrote:
[...]
> Which Emacs version are you using?
I'm using GNU Emacs 23.2.1.
> Since Emacs 22, Tramp is enabled, and the default method is "scp". In
> order to access via ftp, you must use
> /ftp:address@hidden:/
Thanks Michael. Trying that with 'C-x d
/ftp:address@hidden:/' seems to go a little
further, but fails later with this in buffer *Messages*:
Doing CD...
Opening FTP connection to win-builder.r-project.org...done
Logging in as user address@hidden
Getting PWD...done
Doing CD...done
Listing /ftp:address@hidden:/...done
dired-at-point: No such file or directory `/ftp:address@hidden:/'
and tracing it:
Debugger entered--Lisp error: (error "No such file or directory
`/ftp:address@hidden:/'")
signal(error ("No such file or directory `/ftp:address@hidden:/'"))
error("No such file or directory `%s'" "/ftp:address@hidden:/")
dired-at-point()
call-interactively(dired-at-point nil nil)
--
Seb