pget icon indicating copy to clipboard operation
pget copied to clipboard

Please add support for recursive download

Open ShashwatHiregoudar opened this issue 2 years ago • 0 comments

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 want pget -p 4 -r ftp://example.com/test/

ShashwatHiregoudar avatar Jul 13 '22 13:07 ShashwatHiregoudar