all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Miles Bader <miles@lsi.nec.co.jp>
Subject: tramp + sftp?
Date: 08 Apr 2004 14:51:48 +0900	[thread overview]
Message-ID: <buo4qrvnhjf.fsf@mcspd15.ucom.lsi.nec.co.jp> (raw)

Is tramp capable of properly using sftp?  I can currently use the "ssh"
method, but opening a connection is really, really, really slow (and
prone to failure), largely it seems due to all the various grot tramp
has to transfer to deal with a doing transfers over a shell
connection.  As my firewall times out connections pretty fast, this can
be quite annoying.

sftp seems to have most of the capabilities for doing proper file
transfer[1] without any shell connection at all, and wouldn't require any
connection setup other than the initial login.

Thanks,

-Miles


[1] Here's the sftp commands:

   sftp> help
   Available commands:
   cd path                       Change remote directory to 'path'
   lcd path                      Change local directory to 'path'
   chgrp grp path                Change group of file 'path' to 'grp'
   chmod mode path               Change permissions of file 'path' to 'mode'
   chown own path                Change owner of file 'path' to 'own'
   help                          Display this help text
   get remote-path [local-path]  Download file
   lls [ls-options [path]]       Display local directory listing
   ln oldpath newpath            Symlink remote file
   lmkdir path                   Create local directory
   lpwd                          Print local working directory
   ls [path]                     Display remote directory listing
   lumask umask                  Set local umask to 'umask'
   mkdir path                    Create remote directory
   progress                      Toggle display of progress meter
   put local-path [remote-path]  Upload file
   pwd                           Display remote working directory
   exit                          Quit sftp
   quit                          Quit sftp
   rename oldpath newpath        Rename remote file
   rmdir path                    Remove remote directory
   rm path                       Delete remote file
   symlink oldpath newpath       Symlink remote file
   version                       Show SFTP version
   !command                      Execute 'command' in local shell
   !                             Escape to local shell
   ?                             Synonym for help

-- 
自らを空にして、心を開く時、道は開かれる

             reply	other threads:[~2004-04-08  5:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-08  5:51 Miles Bader [this message]
2004-04-08 13:04 ` tramp + sftp? Michael Albinus
2004-04-08 16:42 ` Stefan Monnier

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=buo4qrvnhjf.fsf@mcspd15.ucom.lsi.nec.co.jp \
    --to=miles@lsi.nec.co.jp \
    --cc=miles@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.