Mikrotik internal FTP server error 425 Problem
Posted: Sun Jun 24, 2012 5:10 pm
Hi guys!
I have one RB 433 AP that i would like to backup using automated windows cli ftp client. I can log in to the AP's FTP server but some weird things happened. I can execute commands like pwd, cd, but this AP won't let me list any file as well as upload/download.
FTP service and service port is active.
That's what it looks like. I can download/upload using filezilla ftp client but not windows ftp.exe. Note that i accessed this AP from my internal network and no firewall/NAT exists between my PC and this AP.
Can anyone enlighten me? Any help would be appreciated. Thanks.
I have one RB 433 AP that i would like to backup using automated windows cli ftp client. I can log in to the AP's FTP server but some weird things happened. I can execute commands like pwd, cd, but this AP won't let me list any file as well as upload/download.
Code: Select all
ftp> o 10.2.0.27 21
Connected to 10.2.0.27.
220 AP 10 FTP server (MikroTik 5.6) ready
User (10.2.0.27:(none)): backup
331 Password required for backup
Password:
230 User backup logged in
ftp> pwd
257 "/" is current directory
ftp> cd skins
250 CWD command successful
ftp> ls
425 Can't build data connection
ftp> cd /
250 CWD command successful
ftp> ls
425 Can't build data connection
ftp> lcd c:\temp
Local directory now C:\temp.
ftp> put somescript.rsc
425 Can't open data connection
ftp>
Code: Select all
[admin@AP 10] > ip firewall service pr
Flags: X - disabled, I - invalid
# NAME PORT
0 I ftp 21
1 X tftp 69
2 X irc 6667
3 X h323
4 X sip 5060
5061
5 X pptp
[admin@AP 10] > ip service pr
Flags: X - disabled, I - invalid
# NAME PORT ADDRESS CERTIFICATE
0 telnet 23
1 ftp 21 10.0.0.0/8
2 X www 80
3 X ssh 22
4 X www-ssl 443 none
5 X api 8728
6 winbox 8291
Can anyone enlighten me? Any help would be appreciated. Thanks.