Webdav Server

(Difference between revisions)
Jump to: navigation, search
(Improved documentation about DAV-explorer.)
(Added images to improve documentation.)
Line 1: Line 1:
[[Image:davexplorer.png|thumb|280px|right|DAVExplorer (webdav-client implemented in java). Type ''java -jar DAVExplorer.jar'' on the command-line to start the program.]]
 
 
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.
  
 
There are different methods to access the webdav-server:
 
There are different methods to access the webdav-server:
*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 older versions of '''Windows XP''' however, because they'll refuse to work without ''Microsoft Frontpage Server'' extension.
+
=Microsoft Internet Explorer==
** 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/
+
|[[Image:Openwebfolder.png|thumb|200px|1) Open web folder.]]||[[Image:Httppassword.png|thumb|200px|2) Password dialog for ''Http authentification''.]]||[[Image:Frontpagepassword.png|thumb|200px|3) Password dialog for ''Microsoft Frontpage Server Extension''. Cancel this dialog.]]||[[Image:Webdavpassword.png|thumb|200px|4) Password dialog for ''webdav authentification''.]]
** Select the ''Open as Web Folder'' checkbox
+
|-
** Select the ''OK'' button
+
|}
* You can download and run a free Webdav-client from http://www.webdav.org/projects/
+
 
** Download and install [http://www.java.com/en/download/manual.jsp Java], if you don't have it already.
+
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.
** Download and install the [http://www.ics.uci.edu/~webdav/download.html DAV Explorer].
+
* Open Microsoft Internet Explorer (MSIE)
** Double-click the file ''DAVExplorer.jar''. The program should start now (see screenshot).
+
* From the MSIE Menu, select ''File'' => ''Open'' >
** Type ''vision.eng.shu.ac.uk/dav/'' in the URL-line and press the connect logo to the left of the input field.
+
* Type in the fully-qualified URL http://vision.eng.shu.ac.uk/dav/
** Click on ''http://vision.eng.shu.ac.uk/dav'' in the tree view.
+
* Select the ''Open as Web Folder'' checkbox
** You can upload or download files by selecting ''File'' => ''Write File'' or ''File'' => ''Get File''.
+
* Click the ''OK'' button
* Under '''Linux''' you can use '''konqueror''' and its webdav-ioslave
+
* A dialog box for ''http authentification'' opens. Enter your user name and password.
** Type in the fully qualified URL ''webdav://vision.eng.shu.ac.uk/dav/'' in the location input field.
+
* Another dialog box will query your user name and password for '''Microsoft Frontpage Server Extension''' (press ''Escape'').
** Press return
+
* 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.
 +
 
 +
=DAVExplorer=
 +
[[Image:davexplorer.png|thumb|320px|right|DAVExplorer (webdav-client implemented in java).]]
 +
You can download and run a free Webdav-client from http://www.webdav.org/projects/
 +
==Install==
 +
* 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].
 +
==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''.
 +
=konqueror=
 +
[[Image:konquerorwebdav.png|thumb|320px|right|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.
  
 
[[User:Engjw|Engjw]]
 
[[User:Engjw|Engjw]]

Revision as of 22:52, 8 October 2005

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.

There are different methods to access the webdav-server:

Contents

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). 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.

  • 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.

DAVExplorer

DAVExplorer (webdav-client implemented in java).

You can download and run a free Webdav-client from http://www.webdav.org/projects/

Install

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

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.

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.

Engjw

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox