On Mon, 19 Jul 1999, Andy Bailey wrote:

> > Hi,
> >
> > An applet, trusted or not, can not read directly any file from the server.
> > It can only make some network requests to network servers (like requesting
> > HTTP GETs to an HTTP server.)
> >
> > Cezar.
> > On Mon, 12 Jul 1999, NitinS wrote:
> >
> Hi,
>
> Applets can open, read from and write to files at the web server that
> delivers the applet
> via URL connections. Furthermore an applet can establish port connections
> via sockets
> at the server from which it comes. Any applet can do this not just signed
> applets.
>
> Andy Bailey

Hi,

Humm, I said applet can ONLY establish port connections via sockets at
the server from wich it comes. If at that ports are listening server-side
programs that let applet indirectly read and/or write files, then that
is more a server-side than applet story.

To be more specific, applet can not use OS calls (by opening java.io.File-s)
to access files on the server it originates. That's  because the
applet does not run on the server.

Cezar.

>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to