Hikvision ftp file upload

Markus3052

n3wb
Joined
Jan 16, 2022
Messages
2
Reaction score
1
Location
Brennero
Hello Comunity

can anyone help me with my problem:
I have a Hikvision DS-2CD2T45G0P-I

I need a fix file to upload to ftp
Example: webcam.jpg
that will be overwriten every 5 minutes

Now i have the automatic timing upload that put me Webcam_G68479964_20220116071655872_TIMING.jpg
on the ftp

Has anyone a simple solution for my problem?
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
17,036
Reaction score
39,626
Location
Alabama

Markus3052

n3wb
Joined
Jan 16, 2022
Messages
2
Reaction score
1
Location
Brennero
Maybe this will help. The OP @Flyingvranch had this same problem back in Nov. 2014. A script is required to be executed and was furnished by @LittleBrother . It's a long thread but by post #27 it seems to allow his Hikvision cam to FTP to his web site with the same filename to update/replace the existing image. ==>> How to get FTP to overwrite picture name each time?
Thanks TonyR

I found a similar solution:
Downloaded wget and wput for windows

with this simple batch file it works fine:

wget --no-check-certificate --http-user="User" --http-password="Password" "IPadress"/streaming/channels/1/picture
move /Y picture webcam.jpg
wput ftp:/"FTP User":"FTP Password"@"FTPServer"/webcam.jpg
 
Top