[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problems with access to Windows_NT server
From: |
Michael Albinus |
Subject: |
Re: problems with access to Windows_NT server |
Date: |
Sun, 13 Jun 2010 20:01:42 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Seb <address@hidden> writes:
> Hi,
>
> Trying to access the FTP site ftp://win-builder.r-project.org
> (instructions described in http://win-builder.r-project.org) by using
> '/address@hidden:/' I get this trace:
>
> Debugger entered--Lisp error: (error "No such file or directory
> `/address@hidden:/'")
> signal(error ("No such file or directory `/address@hidden:/'"))
> error("No such file or directory `%s'" "/address@hidden:/")
> dired-at-point()
> call-interactively(dired-at-point nil nil)
Which Emacs version are you using? Since Emacs 22, Tramp is enabled, and
the default method is "scp". In order to access via ftp, you must use
/ftp:address@hidden:/
> Cheers,
Best regards, Michael.