Using cURL http://curl.haxx.se/docs/manpage.html http://curl.haxx.se/docs/httpscripting.html http://superuser.com/questions/149329/what-is-the-curl-command-line-syntax-to-do-a-post-request http://curl.haxx.se/docs/manual.html * http://stackoverflow.com/questions/8144777/curl-command-for-issuing-a-post-request bq. curl --location http://asdfafs.com -F email=xxxx -F password=xxxx http//asdfafs.com/program bq. curl -c cookies.txt -F email=xxxx -F password=xxxx http//asdfafs.com/program bq. curl --dump-header headers-and-cookies.txt -F email=xxxx -F password=xxxx http//asdfafs.com/program ensure to escape chars on the command line. http://curl.haxx.se/docs/http-cookies.html bq. curl -b cookies.txt http://jothut.com/cgi-bin/junco.pl/blogpostform #web #programming #curl