Re: code question ver. 2

1999-11-17 Thread Nathan Meyers
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,

Re: code question ver. 2

1999-11-17 Thread Dènis Riedijk
- 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

code question ver. 2

1999-11-17 Thread Yohans Mendoza
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