Webdav Server

From MMVLWiki
(Difference between revisions)
Jump to: navigation, search
m
m (Webdav Server)
 
(12 intermediate revisions by one user not shown)
Line 1: Line 1:
 
MMVL has a webdav server for exchanging files. The files will be accessible by MMVL and its partners only.
 
MMVL has a webdav server for exchanging files. The files will be accessible by MMVL and its partners only.
 
Please create directories, if you want to upload a bunch of files.
 
Please create directories, if you want to upload a bunch of files.
 +
 +
=Webdav Server=
 +
If you are a MMVL partner and you don't have access, please create a password file and send it to [[User:Engjw|me]]. You can create the password file as follows
 +
 +
  htpasswd -bc password.txt myusername mypassword
 +
 +
''htpasswd'' is part of the apache2-utils package. Windows users need to download [http://www.intrex.net/techsupp/htpasswd.exe htpasswd.exe] instead and run it from the command line ('''cmd''').
  
 
There are different methods to access the webdav-server:
 
There are different methods to access the webdav-server:
=Microsoft Internet Explorer=
+
==Microsoft Internet Explorer==
 
{|
 
{|
 
|-
 
|-
Line 10: Line 17:
 
|}
 
|}
  
You can use '''Microsoft Internet Explorer 5.0 or higher''' (see [http://www.cyberteams.com/edu-ctr/wsdpro/tutorial/WSDT_WebDAV.html here] for troubleshooting and different Windows versions). I doesn't work with '''Windows 2000''' and some versions of '''Windows XP''' however, because they'll refuse to work without ''Microsoft Frontpage Server'' extension.
+
You can use '''Microsoft Internet Explorer 5.0 or higher''' (see [http://www.cyberteams.com/edu-ctr/wsdpro/tutorial/WSDT_WebDAV.html here] for troubleshooting and different Windows versions). Writing doesn't work with '''Windows 2000''' and some versions of '''Windows XP''' however because they refuse to connect to a server which does not implement the ''Microsoft Frontpage Server'' extension.
 
* Open Microsoft Internet Explorer (MSIE)
 
* Open Microsoft Internet Explorer (MSIE)
 
* From the MSIE Menu, select ''File'' => ''Open'' >
 
* From the MSIE Menu, select ''File'' => ''Open'' >
Line 23: Line 30:
 
Note that ''Internet Explorer'' cannot rename ''webdav'' folders for some reason. You have to create directories locally (f.e. in ''C:\Temp'') and then upload them with drag-and-drop.
 
Note that ''Internet Explorer'' cannot rename ''webdav'' folders for some reason. You have to create directories locally (f.e. in ''C:\Temp'') and then upload them with drag-and-drop.
  
=DAVExplorer=
+
==Firefox==
 +
[[Image:Spread-firefox.png|right]]
 +
Firefox currently cannot write to ''webdav''. However you can read from ''webdav'' by simply pointing Firefox to the following URL and entering your username and password: http://vision.eng.shu.ac.uk/dav/
 +
 
 +
==DAVExplorer==
 
[[Image:davexplorer.png|thumb|320px|right|DAVExplorer (webdav-client implemented in java).]]
 
[[Image:davexplorer.png|thumb|320px|right|DAVExplorer (webdav-client implemented in java).]]
If you have to use '''Microsoft Windows''' and opening web folders doesn't work with ''Internet Explorer'', you can download and run a free Webdav-client from http://www.webdav.org/projects/ instead.
+
If you have to use '''Microsoft Windows''' and opening web folders doesn't work with ''Internet Explorer'', you can download and run DAVExplorer instead.
==Install==
+
===Install===
 
* Download and install '''[http://www.java.com/en/download/manual.jsp Java]''', if you don't have it already.
 
* Download and install '''[http://www.java.com/en/download/manual.jsp Java]''', if you don't have it already.
* Download and unpack the '''[http://www.ics.uci.edu/~webdav/download.html DAV Explorer]'''.
+
* Download and unpack the '''[http://www.davexplorer.org/ DAV Explorer]'''.
==Run==
+
===Run===
 
* Double-click the file ''DAVExplorer.jar'' (or type ''java -jar DAVExplorer.jar'' on the command-line). The program should start now (see screenshot).
 
* Double-click the file ''DAVExplorer.jar'' (or type ''java -jar DAVExplorer.jar'' on the command-line). The program should start now (see screenshot).
 
* Type ''vision.eng.shu.ac.uk/dav/'' in the URL-line and press the connect logo to the left of the input field.
 
* Type ''vision.eng.shu.ac.uk/dav/'' in the URL-line and press the connect logo to the left of the input field.
Line 35: Line 46:
 
* Click on ''http://vision.eng.shu.ac.uk/dav'' in the tree view.
 
* Click on ''http://vision.eng.shu.ac.uk/dav'' in the tree view.
 
* You can upload or download files by selecting ''File'' => ''Write File'' or ''File'' => ''Get File''.
 
* You can upload or download files by selecting ''File'' => ''Write File'' or ''File'' => ''Get File''.
=konqueror=
+
==Konqueror==
 
[[Image:konquerorwebdav.png|thumb|320px|right|Accessing ''webdav'' server with konqueror.]]
 
[[Image:konquerorwebdav.png|thumb|320px|right|Accessing ''webdav'' server with konqueror.]]
 
Under '''Linux''' you can use '''konqueror''' and its webdav-ioslave
 
Under '''Linux''' you can use '''konqueror''' and its webdav-ioslave
Line 42: Line 53:
 
* You can copy files with drag-and-drop.
 
* You can copy files with drag-and-drop.
  
[[User:Engjw|Engjw]]
+
==Davfs2==
 +
Using [http://dav.sourceforge.net/ davfs2] it is possible to simply mount the webdav-server as a filesystem under Linux. To be able to
 +
mount the davfs2 file system as user, you need to add the following line to '/etc/fstab' (replacing myuser and mygroup with the desired
 +
local user and group for the virtual file system)
 +
 
 +
http://vision.eng.shu.ac.uk/dav/ /media/dav davfs rw,user,uid=myuser,gid=mygroup,noauto  0 0
 +
 
 +
=See Also=
 +
* [[Exchange]]
 +
 
 +
=External Links=
 +
* [http://www.webdav.org/projects/ List of Webdav clients]
 +
 
 +
[[Category:MMVL]]

Latest revision as of 17:18, 9 June 2010

MMVL has a webdav server for exchanging files. The files will be accessible by MMVL and its partners only. Please create directories, if you want to upload a bunch of files.

Contents

[edit] Webdav Server

If you are a MMVL partner and you don't have access, please create a password file and send it to me. You can create the password file as follows

 htpasswd -bc password.txt myusername mypassword

htpasswd is part of the apache2-utils package. Windows users need to download htpasswd.exe instead and run it from the command line (cmd).

There are different methods to access the webdav-server:

[edit] Microsoft Internet Explorer

1) Open web folder.
2) Password dialog for Http authentification.
3) Password dialog for Microsoft Frontpage Server Extension. Cancel this dialog.
4) Password dialog for webdav authentification.

You can use Microsoft Internet Explorer 5.0 or higher (see here for troubleshooting and different Windows versions). Writing doesn't work with Windows 2000 and some versions of Windows XP however because they refuse to connect to a server which does not implement the Microsoft Frontpage Server extension.

  • Open Microsoft Internet Explorer (MSIE)
  • From the MSIE Menu, select File => Open >
  • Type in the fully-qualified URL http://vision.eng.shu.ac.uk/dav/
  • Select the Open as Web Folder checkbox
  • Click the OK button
  • A dialog box for http authentification opens. Enter your user name and password.
  • Another dialog box will query your user name and password for Microsoft Frontpage Server Extension (press Escape).
  • A third dialog box for webdav authentification opens. Enter your user name and password again.
  • Now the file-browser should display the webdav-folder. You can copy files with drag-and-drop.

Note that Internet Explorer cannot rename webdav folders for some reason. You have to create directories locally (f.e. in C:\Temp) and then upload them with drag-and-drop.

[edit] Firefox

Spread-firefox.png

Firefox currently cannot write to webdav. However you can read from webdav by simply pointing Firefox to the following URL and entering your username and password: http://vision.eng.shu.ac.uk/dav/

[edit] DAVExplorer

DAVExplorer (webdav-client implemented in java).

If you have to use Microsoft Windows and opening web folders doesn't work with Internet Explorer, you can download and run DAVExplorer instead.

[edit] Install

  • Download and install Java, if you don't have it already.
  • Download and unpack the DAV Explorer.

[edit] Run

  • Double-click the file DAVExplorer.jar (or type java -jar DAVExplorer.jar on the command-line). The program should start now (see screenshot).
  • Type vision.eng.shu.ac.uk/dav/ in the URL-line and press the connect logo to the left of the input field.
  • A dialog box will query your user name and password.
  • Click on http://vision.eng.shu.ac.uk/dav in the tree view.
  • You can upload or download files by selecting File => Write File or File => Get File.

[edit] Konqueror

Accessing webdav server with konqueror.

Under Linux you can use konqueror and its webdav-ioslave

  • Type in the fully qualified URL webdav://vision.eng.shu.ac.uk/dav/ or webdav://myusername@vision.eng.shu.ac.uk/dav/ in the location input field and press return.
  • A dialog-box will query your user name and password.
  • You can copy files with drag-and-drop.

[edit] Davfs2

Using davfs2 it is possible to simply mount the webdav-server as a filesystem under Linux. To be able to mount the davfs2 file system as user, you need to add the following line to '/etc/fstab' (replacing myuser and mygroup with the desired local user and group for the virtual file system)

http://vision.eng.shu.ac.uk/dav/ /media/dav davfs rw,user,uid=myuser,gid=mygroup,noauto  0 0

[edit] See Also

[edit] External Links

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox