Aradon
07-01-2005, 08:26 PM
Hey everyone,
I'm presently working on an FTP script of some type but what I want to do isn't your usualy ftp stuff.
I want to know how fast a file was FTP'd to a certain server. For example if I do a put command with Net::FTP is there a way to see how many kb/s is either occuring or the avg that occured?
If not is there a way to do this through lwp?
Another option is of course having a seperate thread watch the upstream and downstream of the client but I"m unsure of how to go about that, or at least where to start.
A starting point would be fine, as google has apparently failed me :(
Thanks in advance ^_^
I'm presently working on an FTP script of some type but what I want to do isn't your usualy ftp stuff.
I want to know how fast a file was FTP'd to a certain server. For example if I do a put command with Net::FTP is there a way to see how many kb/s is either occuring or the avg that occured?
If not is there a way to do this through lwp?
Another option is of course having a seperate thread watch the upstream and downstream of the client but I"m unsure of how to go about that, or at least where to start.
A starting point would be fine, as google has apparently failed me :(
Thanks in advance ^_^