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

Implement File Stream instead of Local File Server #2

Open
akshmakov opened this issue Jul 31, 2017 · 0 comments
Open

Implement File Stream instead of Local File Server #2

akshmakov opened this issue Jul 31, 2017 · 0 comments

Comments

@akshmakov
Copy link
Owner

It should be possible to allow streaming data for write to the server and read data back without using a local file store

e.g.

$ echo "write `cat datafile.bin`" | nc 127.0.0.1 2000

$ echo "read" | nc 127.0.0.1 2000 > read.bin
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