I don't know exactly how your applet was working, but a common error in
doing connections from an applet is forgetting that applets can establish
connections ONLY with the server they were located. For similar security
policy reasons, applets cannot write file on your disk (you should grant
these permissions by using PolicyTool)

[Andrea Stocco]

DREAMWARE S.r.l.
Multimedia Productions
----------------------------------------
Via Pascoli 19 - 19125 La Spezia - Italy
Tel. ++39 0187 500968   Fax  ++39 0187 516388

Via Caneva 56 - 33013 Gemona del Friuli, Udine - Italy
Tel. ++39 0432 971811   Fax  ++39 0432 971910

----- Original Message -----
From: Shriranga K Kulkarni <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 08, 2001 12:19 PM
Subject: FTP in browser.


> Hello all,
>   I created the Java application to contact the FTP server and was
> succesful in downloading the files. But when I tried to run this through
> applet , I was not able to run the same due to Java Authentication
> problems. Has any body worked on such applications where in a download
> button will download a file from the server. If such is the case can you
> highlight how it can be done.
>
> Thanking you in advance
> Sriranga.
>
>
___________________________________________________________________________
> 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