|
dk01, Great to hear you'll get a chance to experience the middle of the US. You'd be suprised how multi-cultural this town is. I hope you enjoy your time here!
The consensus in the lab is that the upload will work. But, no one is completely sure! I'll have to test it and let you know. Thanks for the help, though.
conkermaniac - I don't know if this is a system command, but you could write a short perl script like this....
use Net::FTP;
$ftp = Net::FTP->new
{
"ftp.cpan.org",
Timeout => 120 # number of sec till timeout
} or die "Could not connect.\n";
I'm new to perl, but I hope that's something you can use.
Thanks for the help,
J
|