$ftp->message() grabs the last line STDOUT, but not the previous lines, nor STDERR...
I'm trying to do the same thing...debug a troublesome FTP connection, and I'd like everything Debug -> 1 can give me.
any way to redirect STDOUT and STDERR to a hash?
(or a pair of them?)