----- Original Message -----
From: "Adrian Aichner" <adrian(a)xemacs.org>
Which ftp program are you using?
Do you have cygwin installed?
...
However, I had to move cygwin's ftp.exe out of the way because it did
not function with native Windows XEmacs last time I tried.
Being indecisivie, I use
the following:
(setq running-cygwin (string-match "cygwin" system-configuration))
(if running-cygwin
(setq efs-ftp-program-args (list "-i" "-n" "-g"
"-v" "--prompt" " "))
(setq efs-ftp-program-name "c:/windows/system32/ftp"))