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

stowrsd utility: Simple STOW-RS Server #910

Closed
gunterze opened this issue Mar 8, 2021 · 0 comments
Closed

stowrsd utility: Simple STOW-RS Server #910

gunterze opened this issue Mar 8, 2021 · 0 comments
Assignees
Milestone

Comments

@gunterze
Copy link
Member

gunterze commented Mar 8, 2021

usage: stowrsd -b [<ip>:]<port>

The stowrsd application implements a STOW-RS server. Objects in received
multipart requests are extracted in files.
-
Options:
 -b,--bind <[ip:]port>   specify the port on which the STOW-RS Server
                         shall listening for connection requests. If no
                         local IP address of the network interface is
                         specified, connections on any/all local addresses
                         are accepted.
    --directory <path>   directory under which received objects are stored
                         in sub-directories encoding the date-time of the
                         request. '.' by default.
 -h,--help               display this help and exit
    --ignore             do not store received payloads in files.
 -V,--version            output version information and exit
-
Example: stowrsd -b 8080
=> Starts server listening on port 8080.
@gunterze gunterze added this to the 5.23.2 milestone Mar 8, 2021
@gunterze gunterze self-assigned this Mar 8, 2021
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

1 participant