'\" t .\" Title: Ums2net .\" Author: Ying-Chun Liu .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 10/28/2022 .\" Manual: ums2net User Manual .\" Source: ums2net .\" Language: English .\" .TH "UMS2NET" "8" "10/28/2022" "ums2net" "ums2net User Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" ums2net \- daemon for UMS to network proxy .SH "SYNOPSIS" .HP \w'\fBums2net\fR\ 'u \fBums2net\fR \fB\-c\ \fR\fB\fIConfigFile\fR\fR [\fB\-d\fR] [\fB\-P\ \fR\fB\fIPIDFile\fR\fR] .SH "DESCRIPTION" .PP This manual page documents briefly the \fBums2net\fR command\&. .PP This manual page was written for the Debian distribution because the original program does not have a manual page\&. .PP \fBums2net\fR is a daemon that allows to use nc to flash a USB Mass Storage device\&. .PP The program comes up normally as a daemon, opens the TCP ports specified in the configuration file, and waits for connections\&. Once a connection occurs, the program attempts to open the device and write any data received from the network onto it\&. If another user is already using the connection, the connections is blocked until another user is done\&. .SH "OPTIONS" .PP The program follows the usual GNU command line syntax, with long options starting with two dashes (`\-\*(Aq)\&. A summary of options is included below\&. .PP \fB\-c \fR\fB\fIConfigFile\fR\fR .RS 4 Load configs from ConfigFile\&. .RE .PP \fB\-d\fR .RS 4 Debug mode, don\*(Aqt detach from the console\&. .RE .PP \fB\-P \fR\fB\fIPIDFile\fR\fR .RS 4 Generate pid file\&. .RE .SH "FILES" .PP /etc/ums2net\&.conf .RS 4 The system\-wide configuration file to control the behaviour of ums2net\&. There\*(Aqs some examples shipped under /usr/share/doc/ums2net/examples .RE .SH "BUGS" .PP The upstreams BTS can be found at \m[blue]\fB\%https://github.com/grandpaul/ums2net/issues\fR\m[]\&. .SH "AUTHOR" .PP \fBYing\-Chun Liu\fR <\&paulliu@debian\&.org\&> .RS 4 Wrote this manpage for the Debian system\&. .RE .SH "COPYRIGHT" .br Copyright \(co 2018 Ying-Chun Liu (PaulLiu) .br .PP This manual page was written for the Debian system (and may be used by others)\&. .PP Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or (at your option) any later version published by the Free Software Foundation\&. .PP On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL\-3\&. .sp