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