=================================================================
Syncplify.me MicroServer!
=================================================================
Ultra-portable SFTP server: just open a cmd, shell, powershell or
terminal, and run the program with a few command-line parameters
to start serving a single directory to a single user via SFTP.
=================================================================

Usage:
  microsrv serve [flags]

Flags:
  -b, --bindto string   IP:Port to bind to (default "0.0.0.0:22")
  -d, --dir string      Directory to serve (default "./")
  -h, --help            help for serve
      --nocolor         Set to "true" to disable log coloring
      --nolog           Set to "true" to disable logging entirely
  -p, --pass string     Password (default "syncplify")
  -u, --user string     Username (default "user")
  
-----------------------------------------------------------------

Remarks:
  - the software generates a new "host key" every time you run it
  - there is only 1 user profile (to set your own credentials see
    the "Usage" section here above)
  - you can run multiple instances of this software at the same
    time, provided each instance is bound (--bindto) to a unique
	IP:Port combination
  - this software is free to use, and is provided "as is" with no
    guarantees, neither explicitm nor implied, use it entirely at
	your own risk
  - this software is to be used strictly for personal use, no
    other uses (including commercial) are allowed
	
------------------------------------------------------------------
	
Simplest example: how to serve a directory
  Windows: microsrv.exe serve -d "C:\SomeDirectory"
  Linux:   sudo ./microsrv serve -d "/etc/sftpdata"

NOTE:
  In Linux you may have to "chmod +x ./microsrv" after extracting
  the archive, in order to be able to execute the program.

------------------------------------------------------------------

THIS SOFTWARE IS FREE FOR STRICTLY PERSONAL USE, AND IS PROVIDED
“AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE USE OF THIS SOFTWARE IMPLIES AND INDICATES YOUR AGREEMENT
AND ACCEPTANCE OF THESE TERMS AND CONDITIONS.