At 09:58 PM 7/31/96 -0700, I posted the following message:
>I recently compiled ftpd that came with FWTK to take advantage of its
>one-time password awareness. Unfortunately I couldn't get it quite working.
>After I login using one-time password, a 'dir' command will cause the remote
>host to close the connection (at least that's the message I got after
>'dir'). Can anyone help me with that? I really need to get it working as
>soon as possible.
Here is more info about the situation:
1. I am just trying to use one-time password with this ftpd when users ftp
into the machine. They don't have to go thru any proxies.
2. The following is in the debug log on server side:
Aug 1 12:13:46 ftp authsrv[1798]: AUTHENTICATE cxh (ftpd den17.computek.net)
Aug 1 12:13:38 ftp ftpd[1797]: auth_recv Authsrv ready. (V1.3)
... (more authentication stuff here)
Aug 1 12:13:46 ftp ftpd[1797]: User cxh logged in.
Aug 1 12:13:47 ftp ftpd[1797]: command: PWD^M
Aug 1 12:13:47 ftp ftpd[1797]: <--- 257
Aug 1 12:13:47 ftp ftpd[1797]: "/home/cxh" is current directory.
Aug 1 12:13:47 ftp ftpd[1797]: command: SYST^M
Aug 1 12:13:47 ftp ftpd[1797]: <--- 215
Aug 1 12:13:47 ftp ftpd[1797]: UNIX Type: L8
Aug 1 12:13:48 ftp ftpd[1797]: command: PORT 204,181,109,36,4,40^M
Aug 1 12:13:48 ftp ftpd[1797]: <--- 200
Aug 1 12:13:48 ftp ftpd[1797]: PORT command successful.
Aug 1 12:13:48 ftp ftpd[1797]: command: LIST^M
LIST was the last command seen and nothing after that appeared in the log.
3. The following is in the debug log on ws_ftp client:
connecting to 206.235.208.6 ...
Connected to 206.235.208.6 port 21
220 ftp FTP server (Version 5.60auth/mjr) ready.
USER cxh
331 Skey Challenge: s/key 635 ft26212
PASS (hidden)
230 User cxh logged in.
PWD
257 "/home/cxh" is current directory.
SYST
215 UNIX Type: L8
Host type (2): UNIX (standard)
PORT 204,181,109,36,4,42
200 PORT command successful.
LIST
DoDirList returned 0
4. the system is a 486 running Linux 1.2.0 with fwtk v1.2 (according the
CHANGES file)
Can someone help me to solve the mystery? Thanks again.
Cynthia
|
|