Dear Perl Experts!,
I hope that you help me out with my question.
Here is an excerpt of my ftp script that uses net::ftp
$ftp->get("Report_$date.csv") or die "Cannot retreive file: $!\n" ,$ftp->message;
I get the following output:
Cannot retreive file: Bad file descriptor
Is there a way to see what the input is on the cmd line?
Thanks all - this is driving me crazy but I can do this manually but it just doesn't work via the perl script.
Regards