hi all

my code looks like this:

#!/usr/bin/perl
$ftp=Net::FTP->new("xxx.xxx.xxx.xxx") else die "not connected";
$u=<STDIN>;
CHOMP $u;
$p=<STDIN>;
CHOMP $p;
$ftp->login($u,$p) or die "login failed";

the code is working fine
but the problem is when it asks password i need to give it , and so is visible to all. Is there any method so that the typed password can be typed secures so that it would get displayed as '*'s or some thing of that sort.


please help me in this regard'

with Regards
uday bhaskar

___________________________________________________
Click below to experience Sooraj R Barjatya's latest offering
'Main Prem Ki Diwani Hoon' starring Hrithik, Abhishek
 & Kareena http://www.mpkdh.com


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to