RE: download files using ftp from browser

2001-06-07 Thread Will England
You are exactally correct. To download a file via FTP, all you do is make sure you have a functioning FTP server, make sure the files are available to anonymous users on the FTP server and then make the links like this: ftp://ftp.yourserver.com/path/to/file.html instead of http://www.yourser

RE: download files using ftp from browser

2001-06-06 Thread Randy Layman
urity holes. Randy > -Original Message- > From: Moin Anjum H. [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 06, 2001 12:29 AM > To: [EMAIL PROTECTED] > Subject: Re: download files using ftp from browser > > > Hi, > > Ross is right. When yo

Re: download files using ftp from browser

2001-06-05 Thread Moin Anjum H.
Hi, Ross is right. When you display files in the html tag you give href tag right. In the href Tag specify as ftp://domain.com/filename. Once the user clicks he will down load it from the Ftp Site HTH Moin. aswath satrasala wrote: > Hello, > Sorry, I think I did not phrase the question properl

RE: download files using ftp from browser

2001-06-05 Thread Ross Dyson
What happens if you have your ftp server set up, and you have the path to a file in your ftp server's default path, and on your download page you have prefix it with ftp:// I think the ftp downloads must be a function of your ftp server. -Original Message- From: aswath satrasala [mailto: