- _Download() Automatically select test and select download method.
- Support URL redirect
- Account and password
UDF:
#include-once
#include <FTPEx.au3>
#include <WinAPIEx.au3>
#include <String.au3>
#include <InetConstants.au3>
#include "WinHttp.au3"
;Opt("MustDeclareVars", 1)
Opt("Tr...