Re: Download files through web browser
"HL" <[email protected]>
| Newsgroups | gmane.linux.redhat.release.enigma |
|---|---|
| Message-ID | <032601c2facd$955042a0$6601a8c0@oemcomputer> |
> <snip> > > Keith, we already have FTP server. Just try to set up a link in webpage > > to download files through web browser ? No experience for that. Thanks > > Okay. piece of cake... (mmm... cake) > > <a href="ftp://ftp.yourdomain.tld/path/to/file"> filename </a> > Sorry to give you misunderstanding. We do have FTP server set up in the Linux server. My question is how to set up like ftp://ftp.mydomain.com/path/to/filename , then people can directly download files through web browser, not go to access server through FTP? When I directly put ftp://ftp.mydomain.com/path/to/filename , I got error "window couldn't access the folder, make sure that you type file name correctly and have permission to do so..." Do I need to do some special thing in Linux in order to access files and download files like that ? What is suggestion?