Also another problem is that an Applet cannot store file in local system by
default.

However, I have worked on an Applet that can store files in local system
after the user authenticates it.  You can check out the security page in sun
website, hopefully it has your answer.

http://java.sun.com/security/index.html

Shane

-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
Manish, Singh (IE10)
Sent: Monday, January 08, 2001 3:33 AM
To: [EMAIL PROTECTED]
Subject: Re: FTP in browser.


Hi Shriranga,
        I think the problem is that an applet can communicate only with the
orginating machine.
i.e., an applet cannot open a socket to any other address other than the
address where it has been downloaded from

Manish Singh

May the Force be with you

> -----Original Message-----
> From: Shriranga K Kulkarni [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, January 08, 2001 4:49 PM
> To:   [EMAIL PROTECTED]
> 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

___________________________________________________________________________
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