1 | | I have major problem whit ftp, cant login to ftp server on nat using passive mode. |
2 | | |
3 | | (23:14:00) [1] SYST |
4 | | (23:14:00) [1] 215 UNIX system type. |
5 | | (23:14:00) [1] PROT P |
6 | | (23:14:01) [1] 200 Command okay |
7 | | (23:14:01) [1] TYPE A |
8 | | (23:14:02) [1] 200 Command okay |
9 | | (23:14:02) [1] REST 1 |
10 | | (23:14:02) [1] 350 Requested file action pending further information. |
11 | | (23:14:02) [1] REST 0 |
12 | | (23:14:02) [1] 350 Requested file action pending further information. |
13 | | (23:14:02) [1] FEAT |
14 | | (23:14:02) [1] 211-Extensions supported: |
15 | | (23:14:02) [1] MLST type*,x.crc32*,size*,modify*,unix.owner*,unix.group*,x.slaves*,x.xfertime* |
16 | | (23:14:02) [1] PRET |
17 | | (23:14:02) [1] AUTH SSL |
18 | | (23:14:02) [1] PBSZ |
19 | | (23:14:02) [1] CPSV |
20 | | (23:14:02) [1] SSCN |
21 | | (23:14:02) [1] CLNT |
22 | | (23:14:02) [1] NOOP |
23 | | (23:14:02) [1] 211 End |
24 | | (23:14:02) [1] CLNT FTPRush 1.1.2.19U |
25 | | (23:14:02) [1] 200 Command okay |
26 | | (23:14:02) [1] SITE ZONE |
27 | | (23:14:02) [1] 500 No command handler for SITE ZONE |
28 | | (23:14:02) [1] PWD |
29 | | (23:14:02) [1] 257 "/" is current directory |
30 | | (23:14:02) [1] PRET LIST |
31 | | (23:14:02) [1] 200 OK, will use master for upcoming transfer |
32 | | (23:14:02) [1] PASV |
33 | | (23:14:02) [1] 227 Entering Passive Mode (*,*,*,*,175,40). |
34 | | (23:14:02) [1] Opening data connection IP: *.*.*.* PORT: 44840 |
35 | | (23:14:23) [1] Unable connect to*.*.*.*:44840 (Connection Timeout(10060)) |
36 | | (23:14:23) [1] PASV |
37 | | (23:14:23) [1] 500 You need to use a client supporting PRET (PRE Transfer) to use PASV |
38 | | |
39 | | R] SYST |
40 | | [R] 215 UNIX system type. |
41 | | [R] FEAT |
42 | | [R] 211-Extensions supported: |
43 | | [R] MLST type*,x.crc32*,size*,modify*,unix.owner*,unix.group*,x.slaves*,x.xfertime* |
44 | | [R] PRET |
45 | | [R] AUTH SSL |
46 | | [R] PBSZ |
47 | | [R] CPSV |
48 | | [R] SSCN |
49 | | [R] CLNT |
50 | | [R] NOOP |
51 | | [R] 211 End |
52 | | [R] CLNT FlashFXP 3.6.0.1240 |
53 | | [R] 200 Command okay |
54 | | [R] PWD |
55 | | [R] 257 "/" is current directory |
56 | | [R] TYPE A |
57 | | [R] 200 Command okay |
58 | | [R] PROT P |
59 | | [R] 200 Command okay |
60 | | [R] PRET LIST |
61 | | [R] 200 OK, will use master for upcoming transfer |
62 | | [R] PASV |
63 | | [R] 227 Entering Passive Mode (*,*,*,*,161,57). |
64 | | [R] Opening data connection IP: *.*.*.* PORT: 41273 |
| 1 | I have major problem whit ftp, cant login to ftp server on nat using passive mode, see attached log file. |