LYNX is at version: 2.8.5dev.16 and its installed on Fedora core OS and remote
client to me.
I am reaching that server with ssh api's of java.After connected i am executing
commands on that remote terminal..Than java stdout gets everything from the
bash lines and prints them to screen...so its not an interactive applet..only
the results of terminal commands are printed to my screen with that jsp page i
write...
now the lynx part is:i couldnt pass my parameters to it via command line..if
run lynx and press g and write url ...everything work very fine..but when i do
with programming i have an headache...for example;
lynx -accept_all_cookies -dump -post_data
www.mysite.com/login.jsp?user=Burak&password=12345
i am sure the post data option or something dont see my
paramaters(user=Burak&password=12345)...because the page goes and says you must
enter your username and password
so my problem and what i want to do is exactly this.
(i have no way to see the logs and desktop login to fedora)