I have a dahua NVR with 2.616. and an IPCam with 2.212. in my LAN with following portforwardings:
IPCam (from local to WAN)
80 -> 80
37777 -> 37777
37778 -> 37778
NVR:
80 -> 8080
37779 -> 37779
37780 -> 37780
From LAN i can connect to both devices onto the webservice Login and Access is granted.
From WAN i can connect to IPCam webservice Login and Access is granted.
From WAN i can connect to NVR webservice Login but it says: "Login failed!"
When i enter a wrong password (by Intention) i get "invalid Password"
Weird
Any suggestions?
Edit: My fault... the firewall from where i've tested this, caused this trouble.
Does anyone have V2.212.0001.0.R installed on his cam and get FTP snapshot to work?
I previously had IPC-HX3(2)XXX/General_IPC-HX3(2)XXX&SDXXXX_Eng_P_V2.210.0000.0.R.20130313.bin installed and ftp upload snapshots on motion was working fine.
As i wasn't happy with the motion detection, i used V2.212.0001 because of the new feature having 4 different motion areas, but ftp upload wasn't working anymore.
Downgrade to the V2.210 and importing the old settings didn't change it unfortunately.
Anyone has a clue or hint or can confirm or disprove the firmware has a bug regarding ftp?
Help is very appreciated.
Best regards
I could solve the issue with multi-level structure on the ftp by myself. There's no need to do it with a php script.
I exported the settings from the camera and opened it with wordPad:
Now you find the following:
Files","Name":"ReadWrite","OverWrite":true,"PicturePathRule":"%y-%M-%d/%s[%E][%O@%S][%R].jpg","RecordPathRule":"%y-%M-%d/%c/dav/%h/%h.%m.%s-%h.%m.%s[%E][%O@%S][%R].dav"},{"Channels":[{"MaxPictures":0,"Path":null}],"FileHoldTime":0,"Memo":"For FTP Files","Name":"FTP","OverWrite":true,"PicturePathRule":"%y-%M-%d/%s[%E][%O@%S][%R].jpg","RecordPathRule":"%y-%M-%d/%c/dav/%h/%h.%m.%s-%h.%m.%s[%E][%O@%S][%R].dav"}],"Comm":[{"Address":8,"Attribute":[
I only need the picture path, so i reduced the 2 entries like in the text above to the path: "%y-%M-%d/%s[%E][%O@%S][%R].jpg[/b]"
Maybe it's helpful for someone...
Cheers