Check update
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.
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
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.
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!
I Agree with you !!!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.
Very needed feature
I need this feature as well.
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.
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.
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.
Re:
Let's hope some developer see this...
Thanks i4u1!
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