Project

General

Profile

Bug #2263 » test.sh

repeated test download script - matthiasr, 12/17/2011 10:52 AM

 
#/bin/sh

rm -f file1.txt file2.txt; touch file1.txt file2.txt; while diff -q file1.txt file2.txt; do ftp -V http://localhost/file1.txt; ftp -V http://localhost/file2.txt; echo -n .; done
(3-3/4)