in reply to Capturing Net::FTP output

If you use Net::FTP as shown above, you can
warn $ftp->message();
to see the responses to your commands with their 100-500 numbers and all.

  p