Posted 23 September 2015 - 04:09 PM
I have a sort of this too but i want it to be a little bit different.
If I type ls the command will be send to the server, the server receives it, runs it and sends the output back to me, so it will look like this:
Client:
> ls
The server contains for example the files test and hi in its root, that information will be send to the client
Client:
rom
test hi
How do i do this?
If I type ls the command will be send to the server, the server receives it, runs it and sends the output back to me, so it will look like this:
Client:
> ls
The server contains for example the files test and hi in its root, that information will be send to the client
Client:
rom
test hi
How do i do this?