Skip to content

sangshuduo/postress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postress

  • compile postress on linux
gcc postress.c -o postress
  • compile postress on Windows
cl /DWINDOWS postress.c

Usage: ./postress -h -p -r -u -P -a -s Author: Shuduo Sang sangshuduo@gmail.com

    -h	specify the host to connect. Default is 127.0.0.1.
    -p	specify The TCP/IP port number to use for the connection. Default is 80.
    -r	specify the RESTful API url to use.
    -u	specify the user's name to use when connecting to the server.
    -P	specify the password to use when connecting to the server.
    -a	authorization string. instead of input user's name and password
    -s	sql command to execute.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages