What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Webdav on Asus Ac68u

Xerxist

Regular Contributor
Hi All,

I've been playing around with webdav to synchronize my pictures from my phone to the routers attached disk.

One program which worked with the Asus AiCloud webdav interface is "Webdav file manager" but it lacks some functionality.

The other which pretty much has the right functions is "FolderSync" but I get an error when uploading files to the drive.

The error I'm getting is "expectation failed" which should be able to resolve by editing the lighttpd config file but i can't seem to find it.
It's a pretty neat feature to make scheduled backups from your pictures(or anything you want) directly to your router from anywhere so I like to give it a try.

Can anyone point me to the configuration file for the Aicloud?

Thanks

Sent from my GT-I9505 using Tapatalk
 
Got it working :)

For someone who want to play around with this too.

To make this work login with telnet on the router.

Type in "vi /tmp/lighttpd.conf"

Press insert

Add the following line.

server.reject-expect-100-with-417 = "disable"

Press escape.

Press :

wq and press enter.

Find the process and kill it to load the new configuration.

Type: ps

Finde the process /usr/sbin/lighttpd -f /tmp/lighttpd.conf - D

Type kill (the process id that you found)

Start the service again.

/usr/sbin/lighttpd -f /tmp/lighttpd.conf -D

Now FolderSync works fine with the AiCloud


Sent from my GT-I9505 using Tapatalk
 
Last edited:

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top