Thanks for the response:
Here's the system call I've been trying to make (to NT/2K).
$sourcedir = "J:/sortdata/sortsafe/probers/prbrsort/EG_ROOT/PRODUCTS";
$timestamp = ($targetdir.$date);
mkdir ($timestamp) || die "Cannot mkdir $targetdir: $!";
@args = ("xcopy $sourcedir $timestamp");
system(@args) == 0 || die "Cannot xcopy @args";
I'll play a bit more the the ftp stuff; have already installed net::ftp, but may have proxy issues...
Thanks again
PH