P phospher Jun 5, 2009 #1 does anyone know of a port that is available for testing your download/upload speeds via the command line? thanks,
does anyone know of a port that is available for testing your download/upload speeds via the command line? thanks,
vivek Jun 5, 2009 #2 You can simply use rsync / scp or fetch to test download file Code: fetch http://example.com/100mb.bin Or scp to test upload speed Code: scp 100mb.bin user@somewhere.elese.com:/tmp
You can simply use rsync / scp or fetch to test download file Code: fetch http://example.com/100mb.bin Or scp to test upload speed Code: scp 100mb.bin user@somewhere.elese.com:/tmp