1

I am trying to connect ftp using tramp I am using

C-x C-f

/ftp:username@subdomain.hostname.com

I get an error message in the mini buffer: tramp-file-name-handler: Host name must not match method "ftp"

kevzettler
  • 327
  • 2
  • 13

1 Answers1

2

Your syntax is wrong, it misses the trailing colon. Try C-x C-f /ftp:username@subdomain.hostname.com:

Michael Albinus
  • 6,647
  • 14
  • 20