what's the problem may this be

Moderator: Project members

Locked
Message
Author
Lemon Tang
504 Command not implemented
Posts: 9
Joined: 2006-05-26 00:24

what's the problem may this be

#1 Post by Lemon Tang » 2006-07-06 07:53

here is a log file comes from a servU server, when I try to use PASV and SSL to get file from server, it failed, but if I use non-PASV and SSL, or PASV and non-SSL mode, everything work fine. can anyone tell me where the problem may be? I use the library from FZ2.6, thanks

Code: Select all

[5] Thu 06Jul06 15:45:41 - (000063) Connected to 127.0.0.1 (Local address 127.0.0.1)
[6] Thu 06Jul06 15:45:41 - (000063) 220 Serv-U FTP Server v5.2 for WinSock ready...
[2] Thu 06Jul06 15:45:41 - (000063) AUTH SSL
[6] Thu 06Jul06 15:45:41 - (000063) 234 AUTH command OK. Initializing SSL connection.
[2] Thu 06Jul06 15:45:41 - (000063) USER casper
[6] Thu 06Jul06 15:45:41 - (000063) 331 User name okay, need password.
[2] Thu 06Jul06 15:45:41 - (000063) PASS xxxxx
[5] Thu 06Jul06 15:45:41 - (000063) User CASPER logged in
[6] Thu 06Jul06 15:45:41 - (000063) 230 User logged in, proceed.
[2] Thu 06Jul06 15:45:41 - (000063) FEAT
[6] Thu 06Jul06 15:45:41 - (000063) 211-Extension supported
[6] Thu 06Jul06 15:45:41 - (000063)  AUTH TLS
[6] Thu 06Jul06 15:45:41 - (000063)  SSCN
[6] Thu 06Jul06 15:45:41 - (000063)  PBSZ
[6] Thu 06Jul06 15:45:41 - (000063)  PROT
[6] Thu 06Jul06 15:45:41 - (000063)  CCC
[6] Thu 06Jul06 15:45:41 - (000063)  CLNT
[6] Thu 06Jul06 15:45:41 - (000063)  MDTM
[6] Thu 06Jul06 15:45:41 - (000063)  MDTM YYYYMMDDHHMMSS[+-TZ];filename
[6] Thu 06Jul06 15:45:41 - (000063)  SIZE
[6] Thu 06Jul06 15:45:41 - (000063)  SITE PSWD;EXEC;SET;INDEX;ZONE;CHMOD;MSG
[6] Thu 06Jul06 15:45:41 - (000063)  REST STREAM
[6] Thu 06Jul06 15:45:41 - (000063)  XCRC filename;start;end
[6] Thu 06Jul06 15:45:41 - (000063)  MODE Z
[6] Thu 06Jul06 15:45:41 - (000063) 211 End
[2] Thu 06Jul06 15:45:41 - (000063) SYST
[6] Thu 06Jul06 15:45:41 - (000063) 215 UNIX Type: L8
[2] Thu 06Jul06 15:45:41 - (000063) PBSZ 0
[6] Thu 06Jul06 15:45:41 - (000063) 200 PBSZ command OK. Protection buffer size set to 0.
[2] Thu 06Jul06 15:45:41 - (000063) PROT P
[6] Thu 06Jul06 15:45:41 - (000063) 200 PROT command OK. Using private data connection.
[2] Thu 06Jul06 15:45:41 - (000063) CCC
[6] Thu 06Jul06 15:45:41 - (000063) 200 Command channel switched to clear-text.
[2] Thu 06Jul06 15:45:41 - (000063) PWD
[6] Thu 06Jul06 15:45:41 - (000063) 257 "/" is current directory.
[2] Thu 06Jul06 15:45:41 - (000063) TYPE A
[6] Thu 06Jul06 15:45:41 - (000063) 200 Type set to A.
[2] Thu 06Jul06 15:45:41 - (000063) PASV
[6] Thu 06Jul06 15:45:41 - (000063) 227 Entering Passive Mode (127,0,0,1,11,70)
[2] Thu 06Jul06 15:45:41 - (000063) LIST
[6] Thu 06Jul06 15:45:41 - (000063) 150 Opening ASCII mode data connection for /bin/ls.
[6] Thu 06Jul06 15:45:41 - (000063) 226 Transfer complete.
[2] Thu 06Jul06 15:45:41 - (000063) TYPE A
[6] Thu 06Jul06 15:45:41 - (000063) 200 Type set to A.
[2] Thu 06Jul06 15:45:41 - (000063) PASV
[6] Thu 06Jul06 15:45:41 - (000063) 227 Entering Passive Mode (127,0,0,1,11,72)
[2] Thu 06Jul06 15:45:41 - (000063) RETR mappoint.h
[3] Thu 06Jul06 15:45:41 - (000063) Sending file f:\mappoint.h
[6] Thu 06Jul06 15:45:41 - (000063) 150 Opening ASCII mode data connection for mappoint.h (170890 Bytes).
[3] Thu 06Jul06 15:45:41 - (000063) Error sending file f:\mappoint.h, aborting (0 Bytes/sec - 0 Bytes, client aborted transfer)
[6] Thu 06Jul06 15:45:41 - (000063) 421 Data connection closed (SSL/TLS negotiation failed).
[5] Thu 06Jul06 15:45:41 - (000063) Closing connection for user CASPER (00:00:00 connected)

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#2 Post by botg » 2006-07-06 16:54

Please only ask questions regarding FileZilla or FileZilla Server. You aren't using either.

Locked