in reply to Where can I see the Debug info from Net::FTP

Do you have the debug attribute of Net::FTP on?
my $ftp = Net::FTP->new("some.host.name", Debug => 1);
Or are you asking where does the STDERR stuff go? If the latter, you'll need to find your web server's error_log, which will depend entirely on your (or your ISP's) setup.