FTP service on Hikvision 5.1.6

Musad

n3wb
Joined
May 22, 2014
Messages
20
Reaction score
3
Anyone had any luck with the FTP service?

Code:
BusyBox v1.19.3 (2013-11-01 10:10:26 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

# setFtpService start
Enable ftp service.

# ps
  PID USER       VSZ STAT COMMAND
    1 root      3056 S    init
    2 root         0 SW   [kthreadd]
    3 root         0 SW   [ksoftirqd/0]
    5 root         0 SW   [kworker/u:0]
    6 root         0 SW<  [khelper]
    7 root         0 DW   [kworker/u:1]
   60 root         0 SW   [sync_supers]
   62 root         0 SW   [bdi-default]
   64 root         0 SW<  [kblockd]
   96 root         0 SW<  [cfg80211]

...

 3192 root      2064 S    /usr/sbin/ftpd -i
 3196 root      3060 S    -sh
 3205 root      3060 R    ps
When I try to connect from a client..

Code:
~/unix $ ftp 192.168.1.125
Connected to 192.168.1.125.
220 ucftpd FTP server ready.
Name (192.168.1.125:mint): admin
331 Password required for admin
Password:
530 Login incorrect
Login failed.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>
Thanks for any help.
 

Musad

n3wb
Joined
May 22, 2014
Messages
20
Reaction score
3
Still no go for some reason..

Code:
~/unix $ ftp -p 192.168.1.125
Connected to 192.168.1.125.
220 ucftpd FTP server ready.
Name (192.168.1.125:mint): root
331 Password required for root
Password:
230 User root logged in
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
502 PASV not implemented.
Passive mode refused.
ftp>
 

catseyenu

Getting the hang of it
Joined
Jun 13, 2014
Messages
324
Reaction score
42
Try using a client, Filezilla works for me.
I'm also able to access FTP using Windows Explorer.
 

Musad

n3wb
Joined
May 22, 2014
Messages
20
Reaction score
3
I was using Linux command line and WinSCP (ftp mode) with no luck.
I tried to access FTP using Windows Explorer like you did and that worked, weird.

Anyway thanks for all your help.
 

ex123yz

n3wb
Joined
Mar 10, 2014
Messages
27
Reaction score
3
Need to be doing ftp via active mode.
google ur ftp client and see how to set it to active mode
 
Top