diff --git a/cptw b/cptw new file mode 100755 index 0000000..8b33ba7 --- /dev/null +++ b/cptw @@ -0,0 +1,11 @@ +#!/bin/sh +# $Id: cptw,v 1.100 2005/01/11 10:26:32 tundra Exp $ + +DIR=/dwnl +FILE=$1 +shift + +for t in $* +do + ncftpput -u tundra -p \!@pyro\!@ $t $DIR $FILE +done