unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* ange-ftp with lftp
@ 2019-05-05 16:51 _RDS_
  2019-05-05 17:19 ` Yuri Khan
  2019-05-09 15:00 ` Michael Albinus
  0 siblings, 2 replies; 5+ messages in thread
From: _RDS_ @ 2019-05-05 16:51 UTC (permalink / raw)
  To: Andy Norman, Maintainer

[-- Attachment #1: Type: text/plain, Size: 1121 bytes --]

I am attempting to use ange-ftp in emacs 26.2 with lftp 4.8.4.

lftp as a standalone client is fine. Inside an emacs terminal it is
operational, too.

However, upon executing

    emacs /ftp:anonymous@slackware.cs.utah.edu:/slackware/

from a console or xterm or invoking C-x C-f ...,

the emacs messages buffer displays

"Loading ange-ftp...done
For information about GNU Emacs and the GNU system, type C-h C-a.
Opening FTP connection to slackware.cs.utah.edu...
tramp-file-name-handler: FTP Error: OPEN request failed: LFTP | Version
4.8.4 | Copyright (c) 1996-2017 Alexander V. Lukyanov"

Here's the relevant entries in some key files

init.el
  (load "ange-ftp") ;;redundant?
  (require 'ange-ftp)
  (setq ange-ftp-default-user "anonymous")
  (setq ange-ftp-generate-anonymous-password t)
  (setq ange-ftp-ftp-program-name "lftp")
  (setq ange-ftp-ftp-program-args '("-v"))

~/.netrc
  default login anonymous password none

I have tried numerous variations of parameters plus other hosts with no
success. TRAMP with SSH is working, though.

Any clues to resolving this issue would be appreciated.

Thank you.

Guido

[-- Attachment #2: Type: text/html, Size: 1677 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-05-09 16:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-05 16:51 ange-ftp with lftp _RDS_
2019-05-05 17:19 ` Yuri Khan
     [not found]   ` <CABj_U1N20iBF2ou6o2CQ37+nhRQ=of1giGMsEcmsS=yWs+PoDw@mail.gmail.com>
     [not found]     ` <CAP_d_8VQsApratNuob-cG8aTXh7E_tVYCv2BuS83h_9T-QGiEw@mail.gmail.com>
2019-05-05 18:59       ` _RDS_
2019-05-09 15:00 ` Michael Albinus
2019-05-09 16:18   ` _RDS_

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).