ftp access and telnet problem

bostan

Vu+ Newbie
Hi , have installed BH 1.5.1 on my new VU+ duo. Wanted to transfer satelite lists and **** file to it, but I can't get it. Tryed with different tools: filezilla, totalcmd and dcc e2. Here is printout from filezilla: Thanks for any useful comments!!!
Status: Connecting to 192.168.1.64:21...
Status: Connection established, waiting for welcome message...
Response: 220 Welcome to the Vuplus FTP service.
Command: USER root
Response: 331 Please specify the password.
Command: PASS ****
Response: 230 Login successful.
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Features:
Response: EPRT
Response: EPSV
Response: MDTM
Response: PASV
Response: REST STREAM
Response: SIZE
Response: TVFS
Response: 211 End
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/"
Command: TYPE I
Response: 200 Switching to Binary mode.
Command: PORT 192,168,1,65,202,49
Response: 200 PORT command successful. Consider using PASV.
Command: LIST
Error: Connection timed out
Error: Failed to retrieve directory listing
 

Matrix10

Administrator
NO
clean BH image is root and nothing/empty.

Telnet
user root
pass empty only ENTER

Totalcommander
user name root
passwd is nothing/empty
=================
You can enter your password through telnet
command:
passwd
 

bostan

Vu+ Newbie
I have done that and no success: here is printout from TCM: Login OK , but there is no directory listing in commander window:
220 Welcome to the Vuplus FTP service.
USER root
331 Please specify the password.
PASS ***********
230 Login successful.
SYST
215 UNIX Type: L8
FEAT
211-Features:
EPRT
EPSV
MDTM
PASV
REST STREAM
SIZE
TVFS
211 End
OPTS UTF8 ON
501 Option not understood.
Connect ok!
PWD
257 "/"
Get directory
TYPE A
200 Switching to ASCII mode.
PORT 192,168,1,65,204,143
200 PORT command successful. Consider using PASV.
LIST
PORT failed, try PASV mode!
PASV
Get directory
PASV
227 Entering Passive Mode (192,168,1,64,58,233)
Server reports local IP -> Redirect to: 192.168.1.64
Cancel pressed!
PORT 192,168,1,65,204,149
200 PORT command successful. Consider using PASV.
LIST
PORT failed, try PASV mode!
PASV
 

Matrix10

Administrator
firewall problem ??
I think You use a firewall that blocks FTP ports
because I see in the log that is transferred to the PASV mode
But even that does not help because the port is blocked.
You have to open FTP/telnet ports in your firewall
Otherwise I would not know

FTP ports

http://www.mdjnet.dk/ftp.html

and for TELNET
You open up the Telnet port TCP 23
 

bostan

Vu+ Newbie
Thanks I will try to investigate this, on access router FW is disabled, maybe something on my job PC that I'm using.
 

bostan

Vu+ Newbie
Thanks for advice matrix, that was some kind of firewall on my work PC installed by my company so ftp session couldn't work. When I tried with wife's pc it was successful with root-no passwd.
 
Top