Jump to content


still waiting for IP.Download Manager next version !


This topic has been archived. This means that you cannot reply to this topic.
25 replies to this topic

#-19 mystyle

mystyle

    IPB Newbie

  • Visitors
  • Pip
  • 8 posts

Posted 10 October 2007 - 03:36 PM

still waiting for IP.Download Manager next version or bugfix ,
you have released IP.Board 2.3.1 and 2.3.2 , IP.Gallery 2.2.0 and 2.2.1  , and IP.Converge 1.0.0

so what about  IP.Download Manager ??

#-18 bfarber

bfarber

    Meet Jay

  • IPS Management
  • 24,879 posts

Posted 10 October 2007 - 03:55 PM

I had the option of rushing out an IP.Downloads release with the bugs fixed and like 2-3 new features with this release package, or wait and make a full release for IP.Downloads.  I chose to wait and put together a release with a few more features first. original.gif

Brandon Farber
Developer / Senior Support

If it sounds like fun, it's not allowed on the bus!

Posted Image     Posted Image

Invision Power Services, Inc.


#-17 mrgtb

mrgtb

    IPB Full Member

  • Visitors
  • PipPipPip
  • 144 posts

Posted 15 October 2007 - 01:55 PM

any idea when the new version might be available, I've been waiting also like the thread starter said for the latest version now even all all new versions of the other products released


#-16 bfarber

bfarber

    Meet Jay

  • IPS Management
  • 24,879 posts

Posted 15 October 2007 - 03:44 PM

No, we don't have any release date estimates (as usual). wink.gif

Brandon Farber
Developer / Senior Support

If it sounds like fun, it's not allowed on the bus!

Posted Image     Posted Image

Invision Power Services, Inc.


#-15 mrgtb

mrgtb

    IPB Full Member

  • Visitors
  • PipPipPip
  • 144 posts

Posted 15 October 2007 - 03:45 PM

QUOTE(bfarber @ Oct 15 2007, 09:44 PM) <{POST_SNAPBACK}>
No, we don't have any release date estimates (as usual). wink.gif


OK, will it be less than a month laughing.gif


#-14 bfarber

bfarber

    Meet Jay

  • IPS Management
  • 24,879 posts

Posted 15 October 2007 - 04:47 PM

(Points to my previous post above your last reply)

Brandon Farber
Developer / Senior Support

If it sounds like fun, it's not allowed on the bus!

Posted Image     Posted Image

Invision Power Services, Inc.


#-13 FrostedPopTart

FrostedPopTart

    Needs Hobby

  • Previous Members
  • PipPipPipPipPipPipPip
  • 4,020 posts

Posted 15 October 2007 - 04:52 PM

I guess it will be before the end of 2008. laughing.gif

(Then again, Brandon's reply is so very typical of an IPS response. tongue.gif )

#-12 N1K@Wincert

N1K@Wincert

    IPB Newbie

  • Visitors
  • Pip
  • 5 posts

Posted 15 October 2007 - 04:58 PM

Maybe a noobish question before I buy IP Download Manager.

Can I use any other FTP site for uploads. For instance, I'd like to save precious bandwidth on my site and would use space on some other domain and server.
I also would like that members don't know from where they are downloading..

Thx
Posted Image

#-11 bfarber

bfarber

    Meet Jay

  • IPS Management
  • 24,879 posts

Posted 16 October 2007 - 08:04 AM

Yes, and no.  IDM supports the process of transferring a file to another FTP server, however there is absolutely no way to block that fact from a member.  When you upload the file, they don't know where it's stored.  When they download, however, if the file isn't stored on the same server (or a link to the file was submitted, rather than actually uploading the file) all we can do is redirect you to that file's location.  Otherwise we'd have to connect to your FTP server, download the file back to your server, and pass it to the user (when they request the download) thus doubling your bandwidth usage instead of lowering it.

Brandon Farber
Developer / Senior Support

If it sounds like fun, it's not allowed on the bus!

Posted Image     Posted Image

Invision Power Services, Inc.


#-10 N1K@Wincert

N1K@Wincert

    IPB Newbie

  • Visitors
  • Pip
  • 5 posts

Posted 17 October 2007 - 10:48 AM

QUOTE(bfarber @ Oct 16 2007, 03:04 PM) <{POST_SNAPBACK}>
When they download, however, if the file isn't stored on the same server (or a link to the file was submitted, rather than actually uploading the file) all we can do is redirect you to that file's location.


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..
Posted Image

#-9 bfarber

bfarber

    Meet Jay

  • IPS Management
  • 24,879 posts

Posted 17 October 2007 - 11:06 AM

QUOTE(N1K@Wincert @ Oct 17 2007, 11:48 AM) <{POST_SNAPBACK}>
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.

Brandon Farber
Developer / Senior Support

If it sounds like fun, it's not allowed on the bus!

Posted Image     Posted Image

Invision Power Services, Inc.


#-8 alj

alj

    IPB Member

  • Visitors
  • PipPip
  • 61 posts

Posted 20 October 2007 - 11:13 AM

QUOTE(bfarber @ Oct 17 2007, 04:06 PM) <{POST_SNAPBACK}>
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.


so bfarber can i use IDM to upload a file with 700mb and can only download by member
without using the FTP access to upload the file
Excuse-me everybody. i don't speak English very will,
so try your best to understand me .

#-7 3DKiwi

3DKiwi

    Needs Hobby

  • +Clients
  • 4,251 posts

Posted 20 October 2007 - 12:01 PM

My experience with IDM and large files is that uploading large files via IDM is a lot slower than uploading via ftp.  With ftp uploading your file name remains the same and your file could be hotlinked or downloaded by anybody if they new the right address.  Using IDM the file name gets modified in the storage location and it's virtually impossible to download except using IDM.  A 700mb file would take ages to upload even with a fast connection and you have no idea of the progress.

At my site I use ftp to upload the files but upload the screen shots via IDM.  IDM has trouble correctly displaying screenshots where you supply the url for it.

One suggestion that I would have for IDM is the ability to have multiple files.  Many of my files are video tutorials and I have to break them down in manageable sizes so if a tutorial is made up of 3 30mb files only one can be downloaded from the download button. The other 2 I have manually create links in the description and obviously these have to be uploaded by ftp.

3DKiwi
C4D Cafe My IPB powered web site.

#-6 bfarber

bfarber

    Meet Jay

  • IPS Management
  • 24,879 posts

Posted 22 October 2007 - 08:48 AM

FTP is of course a lot faster (on most servers) than HTTP. wink.gif  That's not IDM really, that's just the HTTP/FTP protocols.

You can upload a 700MB file through IDM if your server is configured properly, yes.  I've uploaded files over 1GB through my installation for testing.

QUOTE
and you have no idea of the progress.


You may be in for a pleasant surprise in the next version

Brandon Farber
Developer / Senior Support

If it sounds like fun, it's not allowed on the bus!

Posted Image     Posted Image

Invision Power Services, Inc.


#-5 Louis M.

Louis M.

    Spam Happy

  • +Clients
  • 715 posts

Posted 23 October 2007 - 08:36 PM

QUOTE(bfarber @ Oct 22 2007, 01:48 PM) <{POST_SNAPBACK}>
FTP is of course a lot faster (on most servers) than HTTP. wink.gif  That's not IDM really, that's just the HTTP/FTP protocols.

You can upload a 700MB file through IDM if your server is configured properly, yes.  I've uploaded files over 1GB through my installation for testing.
You may be in for a pleasant surprise in the next version


Woohoo!!!!!!!!

#-4 Venom79

Venom79

    Spam Happy

  • +Clients
  • 723 posts

Posted 03 November 2007 - 02:20 PM

QUOTE(bfarber @ Oct 22 2007, 09:48 AM) <{POST_SNAPBACK}>
You may be in for a pleasant surprise in the next version


Got to love it when he throws in those little tid bits to keep people on their toes tongue.gif

Good job on IDM love the new feature list

#-3 mrgtb

mrgtb

    IPB Full Member

  • Visitors
  • PipPipPip
  • 144 posts

Posted 06 November 2007 - 09:25 PM

Any news on an update yet  wassat.gif


#-2 bfarber

bfarber

    Meet Jay

  • IPS Management
  • 24,879 posts

Posted 07 November 2007 - 09:15 AM

When there is news available it will be posted. original.gif  Because of the many changes it needs proper beta testing before it can be released.

Brandon Farber
Developer / Senior Support

If it sounds like fun, it's not allowed on the bus!

Posted Image     Posted Image

Invision Power Services, Inc.


#-1 Dr. Adam

Dr. Adam

    Advanced Member

  • +Clients
  • 285 posts

Posted 07 November 2007 - 03:33 PM

Looking forward to it.

#0 Xtibia

Xtibia

    IPB Newbie

  • Visitors
  • Pip
  • 11 posts

Posted 11 November 2007 - 03:15 AM

Have any date for when it will launch?
In +/- how long time? 2 months?

Srry for bad english, i'm Brazilian and using google Translator.