Seb <[email protected]> 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 > '/[email protected]:/' I get this trace: > > Debugger entered--Lisp error: (error "No such file or directory > `/[email protected]:/'") > signal(error ("No such file or directory > `/[email protected]:/'")) > error("No such file or directory `%s'" > "/[email protected]:/") > 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:[email protected]:/ > Cheers, Best regards, Michael. _______________________________________________ Tramp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/tramp-devel
