Baris Efe <[EMAIL PROTECTED]> writes: > Hi all,
Hi, > Is there any sftp support in tramp or is it in todo list? In fact, Tramp does not support ftp natively. Instead of, it forwards all request to ange-ftp (Emacs) or efs (XEmacs), respective. In order to get sftp running, it must be possible to use it within those packages. I haven't tried it by myself, but there are customizations for setting the ftp program to be called. Something like `ange-ftp-ftp-program-name' or `efs-ftp-program-name'. If it works directly there, it will work via Tramp with the ftp method as well. Nevertheless, I doubt that it will be so simple. I guess that handshaking etc with sftp is different from ftp. So you might consider using ssh and scp, as already proposed in other replies. And no, AFAIK there are no plans to add special support for sftp within Tramp. > Regards, > Baris Efe Best regards, Michael. _______________________________________________ Tramp-devel mailing list [EMAIL PROTECTED] http://mail.nongnu.org/mailman/listinfo/tramp-devel
