Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Behruz

    measure transfer time

    yes it more or less did. Thanx
  2. Behruz

    measure transfer time

    will this code allow me to measure the time it takes to transfer an image from one PC to another? #! perl -w use strict; use Net::FTP; use Time::HiRes qw(gettimeofday tv_interval); my $ftp = Net::FTP->new("train1", Debug =>0) or die "Cannot connect to some.host.name: $@...
  3. Behruz

    script to measure time for the transfer of image sets

    would something like this work to calculate the time it takes to transfer an image from one PC to another? #! perl -w use strict; use Net::FTP; use Time::HiRes qw(gettimeofday tv_interval); my $ftp = Net::FTP->new("train1", Debug =>0) or die "Cannot connect to some.host.name: $@...
  4. Behruz

    script to measure time for the transfer of image sets

    Hi, i need to write a script to measure the time it takes to transfer large image sets between 2 PCs. i have set up two PCs both on Linux (fedora 6) connected together by a crossover cable. one is acting as a web server and the aim is to transfer a set of images using different protocols (FTP...
  5. Behruz

    source code samples

    Where is a good place to get Perl code samples from?

Part and Inventory Search

Back
Top