The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




Thread: using .netrc
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 05-20-2005
sveera sveera is offline
Registered User
  
 

Join Date: Mar 2005
Location: INDIA
Posts: 60
Talking Perl ftp

Hi chuckuyKendall,
thanks for the reply.But for ftp in perl i am using the following command.
$ftp->put("$filename") or die "ftp failed";
how do i put the information into the logfile ?
i mean i want to have to info like 226 file transfer successfull , number of bytes transfered and things like that.
Can i add something to the above ftp statement so that i can direct the session out put to a log file ?
Please help
thanks in advance
Veera