Iirc it the way the EXE wrapper works in general and the fact that this is often (mis)used in shady (ad infested) keygens/cracktools.
I need to find a way to distribute this as a single exe and that will not be immediately flagged. Any ideas?
Would mean to use a C(++/#) language to achieve. I prefer to kindly ignore my stupid AV and recommend this to others, in case one knows what he downloaded .
It's more the way the AHK to EXE wrapper works and creates 'suspicious' files for the AV. Additionally AHK and AutoIt are able to initiate key-strokes/mouse-clicks, hence they are suspicious for AVs in general.
One of the problems is that AHK and AutoIt3 EXE compilers may employ UPX compression to make the EXE smaller. UPX compression alone triggers many A/V detection alerts, especially at the higher levels. Over at WOU, we have stopped using compression and have less detection issues now.
I have no clue. It seems that for some reason aria2c is not executed and cmd script does not catch this.
WARNING! A critical bug that may cause removal of files has been found in UUP dump downloader versions 0.5.0-alpha to 1.0.0-beta.2. Downloads of mentioned versions have been removed and fixed version will be posted as soon as possible.
@mkuba50, i am not going to like that but thanks for the warning, but it would fix my lack of free disk space
@mkuba50 Thank you for your nice program. But I need a possibility to limit the download speed as in the uup.downloader.cmd: :: CHANGE THIS VALUE TO ENABLE DOWNLOAD LIMIT :: NOTE: due to links expiring fastly use feature on your own risk (might lead to errors during download) :: Value is Byte/s (K or M can be appended) :: Means: 1K = 1 kByte/s and 1M = 1 MByte/s :: 0 = unrestricted :: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ set "limit=4M"
Use version 1.0.0-beta.4 or newer and create ini with the same name as executable (so if executable is named uupdownloader.exe then ini is uupdownloader.ini) and paste the following to it: Code: [Config] SpeedLimit=4M I have not tested this. No more feature requests will be fulfilled until release of 1.0.0.
...HI, SLAVE 77 the UUPDL S-M-R-T will not be updated anymore? I like this version CMD.Please don't give up,THANKS!
For me it works. I have downloaded uupdownloader_1.0.0-beta.4.exe and created uupdownloader_1.0.0-beta.4.ini in the same directory and download was limited. Contents of file: Code: [Config] SpeedLimit=1M I'm not going to add any GUI option for this, because I'm not going to deal with complains that downloaded UUP set is broken due of user's setting.