At 08:13 AM 2/9/2005, Alexander V. Lukyanov wrote:
On Tue, Feb 08, 2005 at 10:31:55AM -0600, Steve Buehler wrote:
> lftp. I must run passive mode because of the firewalls on the client and
> remote servers. ncftp has no problem getting through and running commands,
Please turn on debug in ncftp and send the commands it uses to establish data connection in passive mode.
Alexander
Thank you for replying. Here is the output when I log in and just run an "ls" command like I did with lftp.
09:00:14 Logging in...
09:00:14 220: Service ready for new user.
09:00:14 Connected to xxx.xxx.xxx.xxx.
09:00:14 Cmd: USER Administrator
09:00:15 331: User name okay, need password.
09:00:15 Cmd: PASS xxxxxxxx
09:00:15 Logging in...
09:00:15 230: User logged in, proceed.
09:00:15 Cmd: PWD
09:00:15 257: "/" is your working directory.
09:00:15 Logged in to xxx.xxx.xxx.xxx as Administrator.
09:00:15 Cmd: FEAT
09:00:15 502: Command not implemented.
09:00:15 Cmd: HELP SITE
09:00:15 502: Command not implemented.
09:00:15 Logged in to xxx.xxx.xxx.xxx.
09:00:15 Cmd: CLNT NcFTP 3.1.7 linux-x86
09:00:16 502: Command not implemented.
09:00:17 > ls
09:00:17 Cmd: PASV
09:00:18 227: Entering Passive Mode (xxx,xxx,xxx,xxx,16,146).
09:00:18 Cmd: LIST
09:00:18 125: Data connection already open; transfer starting.
09:00:18 226: Closing data connection. Requested file action successful.
09:00:18 Remote listing contents {
09:00:18 drwxrwxrwx 1 3 2 1536 Feb 09 07:18 SHARE1
09:00:18 }
09:00:18 SHARE1/
09:00:19 > exit09:00:19 Cmd: QUIT 09:00:19 221: Service closing control connection. SESSION ENDED at: Wed Feb 9 09:00:19 2005
