FTP LS problem
From: N (N_at_N)
Date: 02/19/04
- Next message: Bill: "Auto maximize"
- Previous message: tom: "run box in start menu"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 19 Feb 2004 12:28:57 -0500
I have a customer who is having trouble accessing my FTP site. They
connect and log in just fine, but the LS command fails unless an LCD
command is issued first. The LCD command doesn't even need to change
the local directory. The following transcript starts out in H:\. After
an LS fails, it issues a "LCD H:\", and then the LS succeeds. No
files are listed since the directory actually has no LIST access for the
user. The same problem is seen even with a directory that has LIST
access. Also, I see the same behavior with GET - can't GET a file
unless LCD has been called.
H:\>ftp <ftp site>
Connected to <ftp site>.
220 Serv-U FTP-Server v2.5n for WinSock ready...
User <ftp site>): firs2276
331 Response to otp-md5 309 tile845 required for skey.
Password:
230 User logged in, proceed.
ftp> ls
200 PORT Command successful.
150 Opening ASCII mode data connection for /bin/ls.
Aborting any active data connections...
226 Transfer complete.
ftp> lcd
Local directory now H:\.
ftp> ls
200 PORT Command successful.
150 Opening ASCII mode data connection for /bin/ls.
Aborting any active data connections...
226 Transfer complete.
ftp> lcd h:\
Local directory now H:\.
ftp> ls
200 PORT Command successful.
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
ftp>
Not sure exactly what flavor of winXP they are running, but they did not
have this problem a couple of weeks ago.
How can I solve this problem, short of inserting the LCD command before
each LIST or GET?
Thanks,
Neal
- Next message: Bill: "Auto maximize"
- Previous message: tom: "run box in start menu"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|