Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to add support for FTP export ? #8

Closed
Sylvain opened this issue Aug 11, 2009 · 3 comments
Closed

Is there a way to add support for FTP export ? #8

Sylvain opened this issue Aug 11, 2009 · 3 comments

Comments

@Sylvain
Copy link

Sylvain commented Aug 11, 2009

I only can access to my backup server by ftp (same datacenter). it would be great to add ftp export. Is there a way to do this ?

Many thanks by advance !

@astrails
Copy link
Collaborator

sure. just add another storage engine similar to S3 and Sftp. sources are quite simple and you only need to override a couple of functions. I suppose something like Net:Ftp might help you :)

@Sylvain
Copy link
Author

Sylvain commented Aug 12, 2009

Many thanks for your reply ! I manage to make FTP working ! I'm not sure if its is a good idea to commit this as I'm not a ruby developper, the code could have some bugs. Let me know if you want too see what I've done.

@astrails
Copy link
Collaborator

Ouch. Didn't see your reply... seems like it doesn't send notifications on replies to closed issues.
Anyway, please send your code :)
The best way is to fork safe on github and commit your changes into your repository.
Then send a 'pull' request.
Thanks for contributing .

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant