D-Link Forums

The Graveyard - Products No Longer Supported => IP Cameras => DCS-932L => Topic started by: nilz on October 12, 2017, 04:07:41 AM

Title: 932L enable FTP Time Schedule API
Post by: nilz on October 12, 2017, 04:07:41 AM
Hello,
I'm looking for a solution to activate the  FTP Time Scheduler via hattp page.
like this url for Motion Detection
http://admin:PWD@IP_ADDR/setSystemMotion?ReplySuccessPage=motion.htm&ReplyErrorPage=motion.htm&MotionDetectionEnable=1&ConfigSystemMotion=Save
thank's
Title: Re: 932L enable FTP Time Schedule API
Post by: FurryNutz on November 17, 2017, 11:34:29 AM
Not sure if that can be done by a command line or script line. I would review the UI for FTP scheduling. I recommend that you phone contact your regional D-Link support office and ask for help and information regarding this. The US offers Chat support for consumer products at support.dlink.com. 24/7. We find that phone contact has better immediate results over using email.
Title: Re: 932L enable FTP Time Schedule API
Post by: markmiller31 on December 15, 2017, 03:44:52 PM
The following URL works on the DCS-934L you may try it on the 932L and see if works.

wget -q  --output-document test.html "http://admin:yourpassword@DCS-934L.local.net:80/setSystemFTP?ReplySuccessPage=upload.htm&ReplyErrorPage=upload.htm&FTPScheduleEnable=0&ConfigSystemFTP=Save"

Just replace FTPScheduleEnable=0 with FTPScheduleEnable=1

Please Note I found on the DCS-934L with the newest firmware (1.05.04) the wget will fail. I had to revert back to firmware version 1.03.01 to get this to work.
I am controlling my DLINK camera from a Raspberry PI 3
Title: Re: 932L enable FTP Time Schedule API
Post by: FurryNutz on December 16, 2017, 12:16:44 AM
Thanks for this info. I hope it helps future users.