I am running a script that downloads multiple files via Net::FTP, I now want to use the output from FTP that you normally see when manually doing an FTP get i.e. X amount of bytes in X amount of seconds for getting throughput stats. How can I gather this information and enter it into an array or string? Is this possible? Thanks.