I have a command line and i want to convert this into a servlet request in a bash script.How can i do this? For example: >>Command arguments
the http servlet request shud be : http://localhost:8080/webshell?op="command"&args="arguments"
I have a command line and i want to convert this into a servlet request in a bash script.How can i do this? For example: >>Command arguments
the http servlet request shud be : http://localhost:8080/webshell?op="command"&args="arguments"
you can use wget or curl on the CL of mac/linux systems. Just try
wget <url>