getparty
getparty copied to clipboard
HTTP Download Manager with multi-parts
Hey Vladimir, before I look closer at the issue I just wanted to check with you if there is any recently known issue/bug which you are aware of that could...
Proxy Support is sometimes essential for any download manager , especially when we are behind a firewall or Interanet network. Almost all of download managers support proxy like : curl,...
Is this possible please to add feature of multi URL handling ? Something like this : `getparty URL1 URL2 URL3 ...` and getparty download them automatically one after another. This...
it will be good if it have programming usage Suggestion - We should have some function like ```go download(url string, parts int, ...other option from cmd) (event) {} ``` We...
Library Support is sometimes essential for programming usage , especially implement product meet using this grate tool Thanks for developing this useful tool.
could we add support for socks5h proxy support like curl. like curl -x socks5h://proxy.example.com http://www.example.com/ curl --socks5-hostname proxy.example.com http://www.example.com/ which can also explicit assign http(s) proxy if possible honor env...