Hi All, I have the following code as part of my program;
print "---=========> $file, $localFile\n"; $sftp -> get( $file, $localFile ) || warn("errrrr0rrrrr _---> $!".$sftp->status."\n");^M Even though it has downloaded the file properly, it is giving the following message: ---=========> /trading/tiscrdenhlist10310000.txt.old, /export/home/crdadm/rajeev/tiscrdenhlist10310000.txt errrrr0rrrrr _---> 0 Please let me know why it is give the error message. Thanks, Rajeev Kilaru