I am a newbie to Perl. This is a total new world for me so if my terminology is incorrect please forgive me. I am writing some FTP Perl scripts. What I am trying to figure out is how I can get the FTP output logs. I am used to doing FTP on the AS400 which will allow me to redirect the output logs to a file so I can get the bytes transferred. Now I am working with HP UNIX with Perl scripts. I do have a script working with Net::FTP. With Net::FTP I see I could do size but that is the size on the remote system. So my question is can I get the bytes transferred either via a method from the Net::FTP or from a log.
In reply to FTP logs
by windy