1

Say I have an org-link like [[file:/ftp:anonymous@ftp.gnu.org:]] to an FTP site that I would like to open in dired. Unfortunately, when opening the link, the following is prompted:

Opening FTP connection to ftp.gnu.org...

tramp-file-name-handler: FTP Error: OPEN request failed:

Upon trying it a second time, Emacs tends to crash.

There is also a buffer *ftp anonymous@ftp.gnu.org* which has the following content (sorry, partly in German):

Ung ltiger Hilfebefehl foo

open ftp.gnu.org

Verbindung mit ftp.gnu.org wurde hergestellt.

220 GNU FTP server ready.

Any idea what could be going on? (I'm under Windows with Emacs 25.1.90.1 (x86_64-w64-mingw32) using tramp 2.2.13.25.2 as is.)

Timm
  • 1,549
  • 12
  • 23

1 Answers1

1

Following the instructions given here, I've downloaded an old windows port of GNU ftp and then let ange-ftp know where it can find it:

(setq ange-ftp-ftp-program-name "c:/programs/ftp.exe")
Timm
  • 1,549
  • 12
  • 23