1

With SSH I can add connections to my SSH config file at /.ssh/config Once added to the config file emacs will auto-complete these connections when using tramp integrations like find-file /ssh:

I would like emacs to auto-complete FTP connection addresses In the same manner. Where can I specify them?

kevzettler
  • 327
  • 2
  • 13

1 Answers1

1

A general description how to program completion lists in Tramp is given in the Tramp manual. For FTP, it is sufficient to use ~/.netrc.

Michael Albinus
  • 6,647
  • 14
  • 20