At 3:06 AM +0100 10/22/09, Jyoti wrote:
Heya,
Can anyone help me download my output results, please? I am actually doing
my (Blast program) search and getting the output result files in my
temporary folder, as I am told to do so.
Now, how can I save that output file or download the file from my temporary
folder.
I have to save as when we log off from system, the output file goes off as
its in temporary folder.
So, i need a code in *perl or cgi* so that it should open, save and download
file frm temporary folder to any of my new directories created in my home
folder.
You have left out a lot of details. Where is the temporary folder
containing the files you want? On a web server? Are you accessing the
server by using a browser? Does the server support ftp, sftp, or scp?
Can you write a CGI program on the server? If so, write a CGI program
that returns a page that has a link to the files in the temporary
folder. Make sure your browser will download that type of file.
Try just typing in a URL in your browser that points to your
temporary folder. If you are lucky, you will get an index of the
files in that directory and be able to download any of them.
--
Jim Gibson
j...@gibson.org
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/