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

Matt Nordhoff mnordhoff at mattnordhoff.com
Tue Dec 11 10:32:18 CST 2007


Matt Mackall wrote:
> 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.

Yeah, that sounds fun.



More information about the Mercurial mailing list