WintersMystic
Programmer
ok, i am trying to install a FTP program(transloader for webtv users) on Hypermart. the script works on my other server fine. but on hypermart i keep getting "Bad File Descripter" on the Host line.
any ideas on what the prob is?
and two. how can i go about getting the "conversation" between both servers? ive thought maybe STDOUT, but im not sure.
Thank you very much
email me answers as well as post please.
Code:
use Net::FTP;
$ftp = Net::FTP->new("$host") or die "Host: $!";
any ideas on what the prob is?
and two. how can i go about getting the "conversation" between both servers? ive thought maybe STDOUT, but im not sure.
Thank you very much
email me answers as well as post please.