ftp: error Bad file descriptor
For some reason when I use NET:FTP's get. I will get an error of "Bad file descriptor". What does this mean. Here is my code. I left stuff out last time. use Net::FTP; $ftp = Net::FTP ->new("$ip_address", Timeout => 200, debug => 1,
Re: ftp: error Bad file descriptor
What does $file and $rename contain? http://danconia.org michael kramer wrote: For some reason when I use NET:FTP's get. I will get an error of "Bad file descriptor". What does this mean. Here is my code. use Net::FTP; $ftp = Net::FTP ->new("$ip_address", Timeout =>