[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mhc:00567] Re: mhc-snap20000427.tar.gz



野口@九大 です。

From: Hideyuki SHIRAI (白井秀行) <shirai@xxxxxxxxxxxxxxxxxxx>
Subject: [mhc:00566] Re: mhc-snap20000427.tar.gz
Date: Fri, 28 Apr 2000 13:56:11 +0900

> 乃村> ange-ftp だと UNIX と Windows どっちも行けますか? でも ange-ftp 
> 乃村> は生パスワード流すので、あまり使いたくないという声を聞いたことが
> 乃村> ありますが、最近はそうでもないですか?
> 
> Windows で立ち上がる ftpd は良く知らないのですが、Windows 上の
> Emacs から ange-ftp でどこかの ftp server に入るのは何も問題あり
> ません。また、全然覚えていないのですが、ssh経由で使える
> ange-ftp(?) って聞いたことがあります。


バックエンドで ssh(scp) を利用する rcp.el ってのがあります。
役立つかどうかはわかりませんが、とりあえず FYI 。
ただし、まだまだ発展途上中のようです。

;; This package provides remote file editing, similar to ange-ftp.
;; The difference is that ange-ftp uses FTP to transfer files between
;; the local and the remote host, whereas rcp.el uses a combination
;; of rsh and rcp or other work-alike programs, such as ssh/scp.
;;
;; Installation is simple -- it is sufficient to load this file.  EFS
;; users should do (require 'efs) before loading this file, though.
;; This is such that the regexes for rcp files come before the
;; regexes for EFS files in `file-name-handler-alist'.
;;
;; Usage is also simple: it's just like ange-ftp, but uses a different
;; syntax for the remote file names.  The syntax used is as follows:
;;
;; /r@METHOD:USER@HOST:FILENAME

URL:  ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/emacs/rcp.tar.gz

-- 
noguchi