pget icon indicating copy to clipboard operation
pget copied to clipboard

The fastest, resumable file download client

Results 12 pget issues
Sort by recently updated
recently updated
newest added

wget has the functionality to download files recursively from a website. but sadly it doesn't support multi-threaded and downloads one file at a time. Instead of wget -r ftp://example.com/test/ we...

``` C:\vm>pget https://releases.ubuntu.com/20.04.3/ubuntu-20.04.3-live-server-amd64.iso -p 8 [WARNING] Using a large number of connections to 1 URL can lead to DOS attacks. In most cases, `4` or less is enough. In addition,...

On Linux using `Pget 0.1.1` installed by `linuxbrew` I'm getting the following error when I download a binary. How could we fix it? `$ pget https://github.com/42wim/matterbridge/releases/download/v1.25.0/matterbridge-1.25.0-linux-64bit` ``` Error: failed to...

user-agent string like Wget ```console $ pget https://mirrors.tuna.tsinghua.edu.cn/archlinux/iso/latest/archlinux-2022.10.01-x86_64.iso 2.40 KiB / 798.32 MiB [>____________________________________________________________________________________________] 0.00% 1.75 MiB p/s binding with files... 2.40 KiB / 798.32 MiB [>___________________________________________________________________________________________________] 0.00% ? p/s...

``` $ pget -p 6 https://git.kernel.org/torvalds/t/linux-6.5-rc2.tar.gz [WARNING] Using a large number of connections to 1 URL can lead to DOS attacks. In most cases, `4` or less is enough. In...

I haven't tested to verify if -o supports quoting for handling paths with spaces, but I can confirm that URLs currently do not. I know I can feed a URL...

```fish ❯ time wget $url -O wget.iso -q ________________________________________________________ Executed in 388.98 secs fish external usr time 8.60 secs 774.00 micros 8.59 secs sys time 18.56 secs 289.00 micros 18.56...

Hi, have you accidentally added a blank in release CI? See file names in `pget_checksums.txt` and release page, there's a blank after `pget_` for every archives (`.tar.gz` and `.zip`), e.g....

``` Error: https://: failed to head request: Head "https://": x509: certificate signed by unknown authority ```