On Tue, Jul 09, 2002 at 02:42:36PM +0900, JunSeon Oh wrote:
> I was set a SKEY (one time password). as you knwon if the key is setted , ftpd put a 
>sequncial counter and random seed like this ,
> 
> ---------------------------------------
> [hollywar@beer hollywar]$ ftp beer
> Connected to beer.holywar.net.
> 220 beer FTP server (Version 6.00LS) ready.
> Name (beer:hollywar): hollywar
> 331 s/key 98 be92949
> Password:
> ---------------------------------------
> 
> Let me see..... now i needs a otp calculater and put a one time password. but , lftp 
>does not support otp(one time password) login. but , we can login general password 
>without otp.
> 
> But , if the skey is setted , lftp can't login with general password. i think it may 
>be a "331 s/key 98 be92949"  message problem..  this mesage showing by ftpd when get 
>a user name from ftpd.

lftp supports automatic otp calculation. So you enter your normal password
to lftp, and it sends otp to server when it sees s/key prompt.

Turn on debug in lftp (with command `debug') to see if it really happens.

-- 
   Alexander.

Reply via email to