#!/bin/sh # $Id: cptw,v 1.101 2005/01/12 22:42:08 tundra Exp $ DIR=$1 FILE=$2 shift shift for t in $* do ncftpput -u tundra -p \!@pyro\!@ $t $DIR $FILE done