Dear Users! Please post bug reports about FDM here!

Check update

Moderators: Usher, Alex

Guest

Postby Guest » Thu Sep 25, 2008 9:06 am

I don't need the update downloads feature - it's just irrelevant bloatware. Flashgot is quite good, but nowhere near the class of FDM. My FDM 2.5 works perfect every time, is stable, efficient, clean, lightweight, blindingly fast and very beautiful. I wish there was a new plugin for the new Firefox 3 though.
Guest

Postby Guest » Sat Sep 27, 2008 6:04 am

Please tell, how exactly does this feature bloat anything?

As far as I am concerned, that feature is a must, and that is why I am still sticking to the old FlashGet 1.73 (newer versions are buggy as hell), and I am anxiosly waiting to see this feature in FDM.
Guest

Postby Guest » Sat Nov 01, 2008 3:54 pm

Anonymous wrote:Please update Free Download manager add on for Firefox 3.0.

Exactly that's what I am missing as well !!! And hopefully with automatic checking for FF Add-on UPDATES - like all other (newer) FF Add-ons do !
Guest

Postby Guest » Thu Nov 06, 2008 1:23 pm

Anonymous wrote:Please tell, how exactly does this feature bloat anything?

As far as I am concerned, that feature is a must, and that is why I am still sticking to the old FlashGet 1.73 (newer versions are buggy as hell), and I am anxiosly waiting to see this feature in FDM.

I think developers don't even see these requests...
I also want the "check for update" feature implemented in FDM
Guest

Postby Guest » Mon Dec 01, 2008 3:20 pm

Anonymous wrote:Please tell, how exactly does this feature bloat anything?

As far as I am concerned, that feature is a must, and that is why I am still sticking to the old FlashGet 1.73 (newer versions are buggy as hell), and I am anxiosly waiting to see this feature in FDM.


Same here, strange that its so difficult to code.
Guest

Postby Guest » Fri Jan 02, 2009 2:56 pm

Anonymous wrote:
Anonymous wrote:Please tell, how exactly does this feature bloat anything?

As far as I am concerned, that feature is a must, and that is why I am still sticking to the old FlashGet 1.73 (newer versions are buggy as hell), and I am anxiosly waiting to see this feature in FDM.


Same here, strange that its so difficult to code.


Agreed! Please developers, implement this feature!
Guest

Postby Guest » Fri Jan 30, 2009 8:55 pm

:twisted: :twisted: :twisted: :twisted: :twisted:
Guest

Postby Guest » Mon Feb 02, 2009 6:45 pm

When can we expect this feature to be implemented?
Any developer? Please?
TIA
Guest

Postby Guest » Tue Mar 03, 2009 9:31 pm

Anonymous wrote:I don't need the update downloads feature - it's just irrelevant bloatware. Flashgot is quite good, but nowhere near the class of FDM. My FDM 2.5 works perfect every time, is stable, efficient, clean, lightweight, blindingly fast and very beautiful. I wish there was a new plugin for the new Firefox 3 though.
:D I Agree with you !!!
Guest

Postby Guest » Tue Mar 17, 2009 10:36 pm

I need this feature.
Guest

Very needed feature

Postby Guest » Fri Mar 20, 2009 1:41 pm

I need this feature as well.
Alex
FDM Team
Posts: 2784
Joined: Mon Jul 12, 2004 12:17 pm

Postby Alex » Mon Mar 23, 2009 6:40 pm

We plan to add it.
Alex,
FDM development team
Guest

Postby Guest » Sun Apr 19, 2009 1:24 am

Alex wrote:We plan to add it.

Alex,
Thanks for your effort!
i4u1

Postby i4u1 » Tue Sep 15, 2009 7:36 am

It's not so hard i believe for you to code it. Why it's not present yet?
You only have to check filesizes and dates of last change/modification of files.

Code: Select all

WinInet:
InternetOpenUrl
InternetFindNextFile
WIN32_FIND_DATA

typedef struct _WIN32_FIND_DATA {
  DWORD    dwFileAttributes;
  FILETIME ftCreationTime;
  FILETIME ftLastAccessTime;
  FILETIME ftLastWriteTime;
  DWORD    nFileSizeHigh;
  DWORD    nFileSizeLow;
  DWORD    dwReserved0;
  DWORD    dwReserved1;
  TCHAR    cFileName[MAX_PATH];
  TCHAR    cAlternateFileName[14];
}WIN32_FIND_DATA, *PWIN32_FIND_DATA, *LPWIN32_FIND_DATA;

And check some fields against FindFirstFile/FindNextFile on local drive! That's all falks.

Several years spent for sticking this thread and not implementing 20 lines of code.
Guest

Re:

Postby Guest » Tue Jan 12, 2010 11:31 pm

Let's hope some developer see this...
Thanks i4u1!
i4u1 wrote:It's not so hard i believe for you to code it. Why it's not present yet?
You only have to check filesizes and dates of last change/modification of files.

Code: Select all

WinInet:
InternetOpenUrl
InternetFindNextFile
WIN32_FIND_DATA

typedef struct _WIN32_FIND_DATA {
  DWORD    dwFileAttributes;
  FILETIME ftCreationTime;
  FILETIME ftLastAccessTime;
  FILETIME ftLastWriteTime;
  DWORD    nFileSizeHigh;
  DWORD    nFileSizeLow;
  DWORD    dwReserved0;
  DWORD    dwReserved1;
  TCHAR    cFileName[MAX_PATH];
  TCHAR    cAlternateFileName[14];
}WIN32_FIND_DATA, *PWIN32_FIND_DATA, *LPWIN32_FIND_DATA;

And check some fields against FindFirstFile/FindNextFile on local drive! That's all falks.

Several years spent for sticking this thread and not implementing 20 lines of code.

Return to “Feature suggestions”

Who is online

Users browsing this forum: No registered users and 1 guest