Browser-Style FTP URL Recognition in Emacs

117 Views Asked by At

Has anybody found any way to make Emacs minibuffer input, such as in find-file, correctly detect/recognise and access standard ftp-urls such as

ftp://gcc.gnu.org/pub/gcc/infrastructure/

instead of having to, by hand, convert it to to emacs's own format

/ftp:[email protected]:/pub/gcc/infrastructure/

before typing it into the minibuffer.

This would make Emacs even more accessible as a file manager when transparently working with FTP directories.

1

There are 1 best solutions below

0
On

would like to see that as a feature request sent by

M-x report-emacs-bug