I am developing an application that downloads files from the Internet; files are mainly located in ftp servers , I use the LWP::Simplefunction getstoreto extract files as well. But I would like to limit the download speed, for example, in wget...
Have you seen something similar to --limit-ratefrom wgetimplemented in LWPor LWP::Simple??
thank
source
share