all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to use sftp instead of ftp in ange-ftp
@ 2002-10-29 14:32 ken
  0 siblings, 0 replies; 3+ messages in thread
From: ken @ 2002-10-29 14:32 UTC (permalink / raw)



For a long time I've been using ange-ftp.  But more and more servers are 
using the more secure ssh package; this means clients have to use sftp 
rather than ftp for transferring files.  This means ange-ftp no longer 
works.

I tried (some time ago) going into Customize and simply changing the
variables

(custom-set-variables
 '(ftp-prompt-regexp "^sftp>")
 '(ftp-program "sftp"))

but the sftp command set is quite different, so I really shouldn't have 
expected the session to function correctly... and it didn't.

I'm sure that someone else has already done the conversion of ange-ftp 
to use sftp.  How/Where can I get it?

I'm using 20.7.1.


tia,
ken

-- 
AMD crashes?  See http://cleveland.lug.net/~ken/amd-problem/.

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

* Re: How to use sftp instead of ftp in ange-ftp
       [not found] <mailman.1035902001.21579.help-gnu-emacs@gnu.org>
@ 2002-10-29 15:23 ` Phillip Lord
  2002-10-29 16:53 ` D. Goel
  1 sibling, 0 replies; 3+ messages in thread
From: Phillip Lord @ 2002-10-29 15:23 UTC (permalink / raw)


>>>>> "ken" == ken  <ken@cleveland.lug.net> writes:

  ken> For a long time I've been using ange-ftp.  But more and more
  ken> servers are using the more secure ssh package; this means
  ken> clients have to use sftp rather than ftp for transferring
  ken> files.  This means ange-ftp no longer works.

  ken> I tried (some time ago) going into Customize and simply
  ken> changing the variables

  ken> (custom-set-variables
  ken>  '(ftp-prompt-regexp "^sftp>") '(ftp-program "sftp"))

  ken> but the sftp command set is quite different, so I really
  ken> shouldn't have expected the session to function
  ken> correctly... and it didn't.

  ken> I'm sure that someone else has already done the conversion of
  ken> ange-ftp to use sftp.  How/Where can I get it?

  ken> I'm using 20.7.1.

I don't know about sftp, but have you tried tramp? This allows
ange-ftp like transfer of files over a whole host of different
protocols, including "su" (so you can edit files as root, without
running a root emacs), and also "ssh". It probably works with sftp as
well, but I can't say for sure. 

Cheers

Phil

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

* Re: How to use sftp instead of ftp in ange-ftp
       [not found] <mailman.1035902001.21579.help-gnu-emacs@gnu.org>
  2002-10-29 15:23 ` Phillip Lord
@ 2002-10-29 16:53 ` D. Goel
  1 sibling, 0 replies; 3+ messages in thread
From: D. Goel @ 2002-10-29 16:53 UTC (permalink / raw)



> rather than ftp for transferring files.  This means ange-ftp no longer 
> works.
> 

Install Kai's tramp.  It does file-transfers using several secure
methods..

tramp will also be the default transfer method in the next release of
emacs, i think..

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

end of thread, other threads:[~2002-10-29 16:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-29 14:32 How to use sftp instead of ftp in ange-ftp ken
     [not found] <mailman.1035902001.21579.help-gnu-emacs@gnu.org>
2002-10-29 15:23 ` Phillip Lord
2002-10-29 16:53 ` D. Goel

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.