As I mentioned in my earlier reply
(http://www.mail-archive.com/java-linux@java.blackdown.org/msg10490.html),
the question is how the server is choosing to make its resources
available to the rest of the world.
Sockets are a low-level protocol; it's the higher-level protocols
like HTTP, NFS, FTP,
- Original Message -
From: Yohans Mendoza <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: woensdag 17 november 1999 21:49
Subject: code question ver. 2
> thanks again for all the responses, but I am more interested in talking to
> the server in some way in whi
thanks again for all the responses, but I am more interested in talking to
the server in some way in which I have a better communication than the
http protocol.
I'd like to be able to read/write files, know whether the file eixts
or not.
Can it be done with http protocol?
what about sockets?
is