Ticket #944 (confirmed enhancement)

Opened 3 years ago

Last modified 11 months ago

webdav file sharing

Reported by: mihaly.reg@… Owned by:
Priority: normal Milestone: Firmware 2.3
Component: other Version: 2.3.6.1 (Gari jr.)
Severity: normal
Cc: Hardware: 2.0n (FON2300)

Description

Please add webdav file sharing on fonera f2n (and f2g if possible). Webdav is supported on Nokia s60 mobile phones, could access files 'on the go' from fonera. Thanks!

Attachments

lighttpd.tar.gz Download (0.8 MB) - added by matthijs 13 months ago.

Change History

Changed 13 months ago by mihaly.reg@…

Here is a working webdav installation from user NotJJ (fon forum):

cd /tmp/mounts/hdd wget  http://dl.dropbox.com/u/18484593/fon/lighttpd.tar.gz tar zxvf lighttpd.tar.gz rm lighttpd.tar.gz cd lighttp/ ./add_webdav_user.sh dave password openssl req -new -x509 -keyout /etc/server.pem -out /etc/server.pem -days 9999 -nodes ./start.sh

+ have to replace "hdd" with "Disc-A1" in start.sh and lighttp.conf files.

I think it would be very easy to add it as offical plugin for fonera, could you please do that ? Thanks !

Changed 13 months ago by matthijs

Changed 13 months ago by matthijs

  • status changed from new to confirmed
  • type changed from request to enhancement
  • severity changed from unknown to normal
  • milestone set to Firmware 2.3

Here's a copy of the instructions from the previous comment, but with readable markup.

 cd /tmp/mounts/hdd
 wget http://dl.dropbox.com/u/18484593/fon/lighttpd.tar.gz
 tar zxvf lighttpd.tar.gz
 rm lighttpd.tar.gz
 cd lighttp/
 ./add_webdav_user.sh dave password
 openssl req -new -x509 -keyout /etc/server.pem -out /etc/server.pem -days
 9999 -nodes
 ./start.sh

 + have to replace "hdd" with "Disc-A1" in start.sh and lighttp.conf files.

I've also attached the referenced lighttpd.tar.gz, in case it disappears from dropbox at some point.

Add/Change #944 (webdav file sharing)

Author


E-mail address and user name can be saved in the Preferences.


Action
as confirmed
 
Note: See TracTickets for help on using tickets.