Re: Download files through web browser
"HL" <[email protected]>
| Newsgroups | gmane.linux.redhat.release.enigma |
|---|---|
| Message-ID | <003801c2fafc$a5189730$6601a8c0@oemcomputer> |
> The URL you are giving, ftp://ftp.mydomain.com/blah/blah ... assumes > that you are running an anonymous FTP server. Forget Apache, apache user, > and all that. I assume you have anonymous ftp setup correctly. Anon. FTP > runs chroot'ed and the path will be relative to the home directory of > the anon FTP user and will need to be readable by the anon FTP user. So, > make sure that anon ftp is running, that 'download' is in the home dir of > the anon ftp user (usually ftp), that download is readable by the anon ftp > user, and, if it is a directory, that the execute bit is set on download > for whatever permission group the anon ftp user is in (owner, group, or > world). Before testing the URL with a web browser, try a command line > FTP to the machine and login as anonymous; see if you can get to download. > If you cannot, the URL will not work either; if you can, the URL should > work. I am pretty new to this type of thing. How I know anonymous ftp setup properly ? We would like to allow third party to download files through web browser without doing anything else. What I need to do in order to put it working? As far as I know, directory files need to be accessed by username and password through FTP tool. Also I test in Linux, 220 xxxxx FTP server (Version wu-2.6.2-5) ready. Name (xxxxxx): anonymous 331 Password required for anonymous . Password: 530 Login incorrect. Login failed.