View Single Post
Old 04-16-2011, 05:50 AM  
zrezur
Junior Member
 
Join Date: Apr 2011
Posts: 1
Default

Gentlemen,
I (userxxx) am trying to connect to Kathorga's FTP. I'm attaching the log from this session below.

Couple details about topology of the network:
- My computer is behind the router (82.160.XXX.XXX)
- Kathorga's ftp server is behind the router(88.199.XXX.XXX) as well.
- private ip of Kathorga's ftp server(like you can see it in the log) is 192,168,12,120.
- Admin of Kathorga's network should forward all ports from range 40000-42000 to Kathorga's server

I suspect that the forwarding of ports on the router is not working good.

What do you think?

Code:
[R] Connected to Jaqb
[R] 220 FTP Server ready.
[R] AUTH SSL
[R] 234 AUTH SSL successful.
[R] Connected. Negotiating SSL session
[R] TLSv1 negotiation successful...
[R] TLSv1 encrypted session using cipher ECDHE-RSA-AES256-SHA (256 bits)
[R] PBSZ 0
[R] 200 PBSZ 0 successful.
[R] USER userx
[R] 331 Password required for userx.
[R] PASS (hidden)
[R] 230-User userx from 82.160.XXX.XXX, welcome to our FTP server.
[R] 230-
[R] 230-ioFTPD activity:
[R] 230-
[R] 230-      Users online     : 2
[R] 230-      Active transfers : 0
[R] 230-      Uptime           : 16 hours, 2 mins, 39 secs
[R] 230-
[R] 230-Enjoy your stay.
[R] 230 User userx logged in.
[R] SYST
[R] 215 UNIX Type: L8
[R] FEAT
[R] 211-Extensions supported:
[R]  AUTH SSL
[R]  AUTH TLS
[R]  CLNT
[R]  CPSV
[R]  LIST -1aAdflLRsTU
[R]  MDTM
[R]  MDTM YYYYMMDDHHMMSS filename
[R]  PBSZ
[R]  PROT
[R]  REST STREAM
[R]  SIZE
[R]  SSCN
[R]  STAT -1aAdflLRsTU
[R]  TVFS
[R]  XCRC filename;start;end
[R] 211 END
[R] CLNT FlashFXP 4.0.0.1545
[R] 200 Noted.
[R] PWD
[R] 257 "/" is current directory.
[R] TYPE I
[R] 200 Type set to I.
[R] SIZE file.dat
[R] 213 9112575
[R] MDTM file.dat
[R] 213 20100928124632
[R] PROT P
[R] 200 Protection set to: Private.
[R] PASV
[R] 227 Entering Passive Mode (192,168,12,120,163,124)
[R] Opening data connection IP: 88.199.XXX.XXX PORT: 41852
[R] Data Socket Error: Connection refused
[R] Transfer Failed!
[R] SIZE file.dat
[R] 213 9112575
[R] MDTM file.dat
[R] 213 20100928124632
[R] PASV
[R] 227 Entering Passive Mode (192,168,12,120,157,109)
[R] Opening data connection IP: 88.199.XXX.XXX PORT: 40301
[R] Data Socket Error: Connection refused
[R] Transfer Failed!
1 File Failed
zrezur is offline   Reply With Quote