hi
i'm trying to connect to linux server via eclipse,
i want to run tests on the linux server (like send wget requests).
usually i'm using putty to make this tests, but i want to write java program to make these tests.
but the problem i have no idea how to connect to the server and how to send wget requests.
please advise.
thanks,


LinkBack URL
About LinkBacks
Reply With Quote
You can have a Server on Window and Client on Linux (or ubuntu) and vice versa. There're enough examples Server/Client in this forum. For example my codes for souparno