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

It should show up in the HTTP error log, if you have access to that.

You can probably redirect it to the Web page you're looking at with something like:

open(STDERR,'>&STDOUT');
but I haven't tested it.