View Single Post
Old 12-17-2004, 02:31 PM  
Chronicles
Junior Member
 
Join Date: Dec 2004
Posts: 3
Default connection problems

I am trying to connect to a FTP server, where I know these things about the server :

IP, port21
SSL Implicit at port 990

No matter which settings I am trying to connect with, I cannot get through.
I have tried with and wothout SSL - with and without passive/active FTP - but it does not get me through.
What might be wrong?

Here's one log :

WinSock 2.0 -- OpenSSL 0.9.7d 17 Mar 2004
[R] Connecting to xxxxxxx -> IP=xxxxxxxx PORT=21
[R] Connected to xxxxxx
[R] 220 Please enter your login name now.
[R] USER Xxx
[R] 331 Password required for Xxx.
[R] PASS (hidden)
[R] 230-Welcome to RaidenFTPD32 FTP server
[R] 230-
[R] 230-Current Time : 2004/12/17 20:22 , Total 1 connected users out of 32
[R] 230 User Xxx logged in.
[R] SYST
[R] 215 UNIX Type: L8 , CP:1252
[R] FEAT
[R] 211-Extensions supported:
[R] SIZE
[R] MDTM
[R] MDTM YYYYMMDDHHMMSS filename
[R] LIST -laT
[R] STAT -laT
[R] MODE Z
[R] MLST type*;lang*;size*;modify*;create*;UNIX.mode*;UNIX. owner*;UNIX.group*;
[R] MLSD
[R] REST STREAM
[R] XCRC filename;start;end
[R] XMD5 filename;start;end
[R] TVFS
[R] CLNT client_type
[R] LANG EN;FR;JA;DE;IT;SV;ES;RU;ZH-TW;ZH-CN
[R] UTF8
[R] 211 END
[R] CLNT FlashFXP 3.0.1045
[R] 213 client type set to FlashFXP 3.0.1045.
[R] PWD
[R] 257 "/" is current directory
[R] TYPE A
[R] 200 Type set to ASCII.
[R] PASV
[R] Connection lost: YallaSite

It stops quite a while at the PASV command

Next, with SSL Implicit :

[R] Connecting to Xxxxxxx -> IP=xxxxxxxx PORT=21
[R] Connected to xxxxxx
[R] Connected. Negotiating SSL session..
[R] SSL ERROR: unknown protocol
[R] Connection failed (Connection closed by client)
[R] Delaying for 120 seconds before reconnect attempt #1


I manage to connect with the simple FTP service in Total Commander - strangly enough.
Any suggestions?

Thanks,

Chron
Chronicles is offline