Test ftp data transfer rate without actual transfererring

segunda-feira, 16 de janeiro de 2012

Connect in the ftp server

# ftp targethost
username/passwd...
Type "bin", to change to binary mode.
bin
Type "hash", this command will show the download progress

hash
Type the follow command line to test the data transfer rate
put "|dd if=/dev/zero bs=32k count=1000" /dev/null