OK, basically what I need to do is create a bunch of web pages that allow users to download files from an FTP server. The problem is, you need to use a username a password to login and the client obviously doesn't want to just put them in the URL and link directly to the files.
I looked around at some "File Management" php scripts but they all seem way more complicated than what I need. All I really want to do is store the username and passowrd (or the whole path to the FTP folder) in an include file on the server and then use that to get to the files without having the username and password being passed directly with the URL. We don't need to track users or number of downloads or what files are on the server or anything like that. Just link to the files without putting the username and password in the URL.
At lot of sites like Download.com and SourceForge use that thing where you click to download a file and then you get a new page where it says "You download will begin in 5 seconds..." That seems like what we need, but I'm not sure how compicated it is or if you can even do that with files on an FTP server.
What is the best way to go about this?




Bookmarks