all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: _RDS_ <rds1944@gmail.com>
To: Andy Norman <ange@hplb.hpl.hp.com>, Maintainer <emacs-devel@gnu.org>
Subject: ange-ftp with lftp
Date: Sun, 5 May 2019 09:51:02 -0700	[thread overview]
Message-ID: <CABj_U1NCdMfEH_0HyVr+dVUscYSr6PsCuQVRp5r=zwppj-zdfA@mail.gmail.com> (raw)

[-- 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 --]

             reply	other threads:[~2019-05-05 16:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-05 16:51 _RDS_ [this message]
2019-05-05 17:19 ` ange-ftp with lftp 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_

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CABj_U1NCdMfEH_0HyVr+dVUscYSr6PsCuQVRp5r=zwppj-zdfA@mail.gmail.com' \
    --to=rds1944@gmail.com \
    --cc=ange@hplb.hpl.hp.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.