wimleers / fileconveyor

File Conveyor is a daemon written in Python to detect, process and sync files. In particular, it's designed to sync files to CDNs. Amazon S3 and Rackspace Cloud Files, as well as any Origin Pull or (S)FTP Push CDN, are supported. Originally written for my bachelor thesis at Hasselt University in Belgium.
https://wimleers.com/fileconveyor
The Unlicense
341 stars 95 forks source link

Corrected SFTP support with modifed sftp transporter (issue: #142) #147

Open edmooney opened 11 years ago

edmooney commented 11 years ago

This is to correct issue #142 django-storages sftp initialize function did not allow passing parameters, this modified transporter accounts for this.

wimleers commented 10 years ago

Thank you! :) :+1:

There are a lot of "debugging" commits in there. It'd be great if you could clean those up.

I understand if you don't have time for that. But in that case, it'll be some time until I can work on manually merging this I'm afraid.

squamous commented 8 years ago

Would love to have this fix in @wimleers @edmooney I'm more than happy to contribute to get this fork merged