[OT] Re: Pushing a repository to Amazon S3?

Matt Mackall mpm at selenic.com
Tue Dec 11 10:29:42 CST 2007


On Tue, Dec 11, 2007 at 11:18:48AM -0500, Matt Nordhoff wrote:
> Matt Mackall wrote:
> > The problem with SFTP is the library. But it's fairly uncommon to have
> > SFTP and not SSH. So it's of limited use. If someone can figure out
> > how to do this with little to no extra dependencies, I'd be
> > interested.
> 
> Unless that someone wants to write his own SFTP library, the best way in
> Python would be paramiko, which also requires PyCrypto...

This is exactly what I don't want. 

An alternative is to call ssh -s sftp and write unencrypted sftp
protocol commands over the provided pipe.
 
-- 
Mathematics is the supreme nostalgia of our time.


More information about the Mercurial mailing list