Net::FTP>>> Net::FTP(2.77)
Net::FTP>>> Exporter(5.62)
Net::FTP>>> Net::Cmd(2.29)
Net::FTP>>> IO::Socket::INET(1.31)
Net::FTP>>> IO::Socket(1.30)
Net::FTP>>> IO::Handle(1.27)
Net::FTP=GLOB(0x6de6194)<<< 220-FileZilla Server version 0.9.31 beta
Net::FTP=GLOB(0x6de6194)<<< 220-unitedPrint testFTP
Net::FTP=GLOB(0x6de6194)<<< 220 visit www.unitedprint.de
Net::FTP=GLOB(0x6de6194)>>> USER testconnect\r
Net::FTP=GLOB(0x6de6194)<<< 331 Password required for testconnect
Net::FTP=GLOB(0x6de6194)>>> PASS ....
Net::FTP=GLOB(0x6de6194)<<< 230 Logged on
Net::FTP=GLOB(0x6de6194)>>> CWD /foo/bar/992781/\r
Net::FTP=GLOB(0x6de6194)<<< 250 CWD successful. "/foo/bar/992781" is current directory.
Net::FTP=GLOB(0x6de6194)>>> CWD /foo/bar/992781/\r
Net::FTP=GLOB(0x6de6194)<<< 250 CWD successful. "/foo/bar/992781" is current directory.
Net::FTP=GLOB(0x6de6194)>>> PASV\r
Net::FTP=GLOB(0x6de6194)<<< 227 Entering Passive Mode (192,168,49,132,11,218)
Net::FTP=GLOB(0x6de6194)>>> NLST\r
Net::FTP=GLOB(0x6de6194)<<< 150 Connection accepted
Net::FTP=GLOB(0x6de6194)<<< 226 Transfer OK
Net::FTP=GLOB(0x6de6194)>>> TYPE I\r
Net::FTP=GLOB(0x6de6194)<<< 200 Type set to I
Net::FTP=GLOB(0x6de6194)>>> ALLO 1\r
Net::FTP=GLOB(0x6de6194)<<< 202 No storage allocation neccessary.
Net::FTP=GLOB(0x6de6194)>>> PASV\r
Net::FTP=GLOB(0x6de6194)<<< 227 Entering Passive Mode (192,168,49,132,11,220)
Net::FTP=GLOB(0x6de6194)>>> STOR /foo/bar/file.pdf\r
Can't use an undefined value as a symbol reference at C:/usr/lib/Net/FTP/dataconn.pm line 54.