Reolink updates Learn More
Meet Reolink at IFA 2024! Learn More
Reolink Q&A Learn More
Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Thank you all for any help you can provide.My router supports plugging a drive into it and allows access to it via ftp. I have successfully got the camera to connect to the drive on the router via ftp and upload videos. However, when the drive on the router is full the camera no longer uploads new files to the ftp drive. Is there a way for the camera to delete old files on the ftp when full so it can carry on uploading new files?I have looked for a setting in the ftp section of the software to do this but cannot see one.Basically I want it to work the same way it does with the internal sd card in the camera that overwrites old files when full.Thanks again for any helpScott.
Could you please take a screenshot of this post and send an email to support@reolink.com? Our support team will check it for you soon. Thank you for your understanding.
I FTP files to my desktop computer. In order to keep from filling up the hard drive, I run a Windows batch script every day to delete files older than a certain number of days. Here's what it looks like:REM Delete all files over 15 days oldREMECHO FTP File Cleanup Begins %date% %time% >C:\Users\Dick\FTP-file-cleanup.logforfiles /P F:\Reolink\FrontDoorCam /S /M *.* /D -15 /C "CMD /C DEL @PATH"forfiles /P F:\Reolink\HondaCam /S /M *.* /D -15 /C "CMD /C DEL @PATH"forfiles /P F:\Reolink\PickupCam /S /M *.* /D -15 /C "CMD /C DEL @PATH"forfiles /P F:\Reolink\ShedCam /S /M *.* /D -15 /C "CMD /C DEL @PATH"forfiles /P F:\Reolink\SideCam /S /M *.* /D -15 /C "CMD /C DEL @PATH"REMREM Delete all JPG files over 3 days oldforfiles /P F:\Reolink\FrontDoorCam /S /M *.JPG /D -2 /C "CMD /C DEL @PATH"forfiles /P F:\Reolink\HondaCam /S /M *.JPG /D -2 /C "CMD /C DEL @PATH"forfiles /P F:\Reolink\PickupCam /S /M *.JPG /D -2 /C "CMD /C DEL @PATH"forfiles /P F:\Reolink\ShedCam /S /M *.JPG /D -2 /C "CMD /C DEL @PATH"forfiles /P F:\Reolink\SideCam /S /M *.JPG /D -2 /C "CMD /C DEL @PATH"REMREM Delete all MP4 files less than 10MB - Get rid of nonsense motion files (too short to be useful)forfiles /P F:\Reolink\FrontDoorCam /S /M *.MP4 /C "CMD /C if @fsize lss 10000000 DEL @PATH"forfiles /P F:\Reolink\HondaCam /S /M *.MP4 /C "CMD /C if @fsize lss 10000000 DEL @PATH"forfiles /P F:\Reolink\PickupCam /S /M *.MP4 /C "CMD /C if @fsize lss 10000000 DEL @PATH"forfiles /P F:\Reolink\ShedCam /S /M *.MP4 /C "CMD /C if @fsize lss 10000000 DEL @PATH"REMREM Delete all totally empty directories ROBOCOPY F:\Reolink F:\Reolink /S /MOVEREMECHO FTP File Cleanup Ends %date% %time% >>C:\Users\Dick\FTP-file-cleanup.log
Welcome Back!
Hi there! Join the Commnunity to get all the latest news, tips and more!