QUOTE(N1K@Wincert @ Oct 17 2007, 11:48 AM)

This is what interested me. So you're telling that if someone uploads the file to another ftp location (staff member with ftp credentials), and post a link in the download manager, only registered members would be able to download it, otherwise they wouldn't be able to access the download section, right?
If that's the case I would buy it, but since there's a plan for the new release of IP Downloads, I'll maybe wait for the new version..
Thanks for the reply..
Not sure if I totally follow. If you give your staff FTP access, and then they upload the file to that server, then you submit a link to it, then IDM will only expose that link when someone goes to download the file, yes.
However, if one of those people shares it with someone else, or someone sniffs it out somehow, there is no way for a php application on one server to actually protect the files hosted on that remote server. So it would be accessible to anyone who knew the url. The trick would be making sure no one could find the url. You could setup .htaccess files to confirm the HTTP_REFERER matches your site, and things like that, but that would be up to you.