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 file upload in the remctl command-line client #10

Open
jonrober opened this issue Sep 22, 2015 · 2 comments
Open

Support file upload in the remctl command-line client #10

jonrober opened this issue Sep 22, 2015 · 2 comments

Comments

@jonrober
Copy link
Contributor

No description provided.

@macrotex
Copy link

Something like this would be nice:

$ remctl server command subcommand -f /large/file

The backend command could consume the data in the large file as the last argument (stdin=last).

@caius-martinus
Copy link

$ remctl server command subcommand -f /large/file

That would be great.

Or even a classic pipe to allow the command to be fed with stdin, something like:

cat file.txt | remctl <server> <command> <args>

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

3 participants