The moose likes Other JSE/JEE APIs and the fly likes How to write a program to download program Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "How to write a program to download program" Watch "How to write a program to download program" New topic
Author

How to write a program to download program

Vishnu Murthy
Ranch Hand

Joined: Jan 04, 2001
Posts: 56
Hi all,
now i am developing official web site for our company, we have some exefiles, textfiles on the net, we want to provide some hyperlink to download these file from the net, how to achieve it. i tried with
<a href=ftp://servername/filename.txt>download</a>
but it is not working, can any one help me as how to achive it.
thanking you
vishnu
Marilyn de Queiroz
Sheriff

Joined: Jul 22, 2000
Posts: 9001
Originally posted by vishnu murthy:
i tried with
<a href=ftp://servername/filename.txt>download</a>
but it is not working, can any one help me as how to achive it.

<a href=http://servername/filename.txt>download</a>
will work if it is a zip file. If you use this with a txt file, the client will see the txt file displayed. They could cut and paste or they could right click on the link and use saveTargetAs

Just some ideas.


JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
Thomas Paul
mister krabs
Ranch Hand

Joined: May 05, 2000
Posts: 13974
This has nothing to do with Java. I am moving it to the HTML forum.


Associate Instructor - Hofstra University
Amazon Top 750 reviewer - Blog - Unresolved References - Book Review Blog
 
 
subject: How to write a program to download program
 
Threads others viewed
How to write a program to download program
WSAD5.1 WebService Client failure?
Persistant Applets
Read RSA Public Key from XML
Having some multidimensional array problem in JSP
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com