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

Support for Standard input/output #13

Open
lschweiss opened this issue Dec 26, 2012 · 3 comments
Open

Support for Standard input/output #13

lschweiss opened this issue Dec 26, 2012 · 3 comments

Comments

@lschweiss
Copy link

Any plans to support standard input/output as file source/target?

@vsespb
Copy link
Owner

vsespb commented Dec 26, 2012

Yes, of coures, duplicate of #10

@vsespb
Copy link
Owner

vsespb commented Dec 26, 2012

There will be native, fast multithreaded upload/download from/to pipe/STDIN. Without intermediate file buffering with proper error handling.

@vsespb
Copy link
Owner

vsespb commented Mar 4, 2013

Update:

Upload from STDIN implemented (but only together with Journal functionality). Multithreaded. Without intermediate file buffering.
Download to STDOUT not implemented yet.

see upload-file command in README

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

No branches or pull requests

2 participants