-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebdav.html
More file actions
115 lines (74 loc) · 4.6 KB
/
webdav.html
File metadata and controls
115 lines (74 loc) · 4.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<html>
<head>
<link href="committee/prc.css" rel="stylesheet" type="text/css" />
</head>
<body>
<B>UWPR WebDAV File share</B>
<p>WebDave or "Web-based Distributed Authoring and Versioning" converts http/https from a read-only protocol to a read/write protocol. The DAV protocol is an extension of http. Windows users can access WebDAV shares from Network Neighborhood or Internet Explorer; OS X comes with WebDAV support built-in. Linux support requires either the davfs kernel module, the standalone 'cadaver' client, or Konqueror KDS browser.
<font color="red">
<P>https://proteomicsresource.washington.edu/collaborate
<BR>login: guest
<BR>passwd: MkgppAct
</font>
<hr>
<p>linux shell access: cadaver https://proteomicsresource.washington.edu/collaborate
<hr>
<table>
<tr><td>Windows XP: Creating a Web Folder</td>
</tr>
<tr>
<td>
<ol>
<li>Double-click on the <b>MY NETWORK PLACES</b> icon on your Desktop or from your START button.
<li>Click on <b>ADD A NETWORK PLACE</b> from the <b>NETWORK TASKS</b> menu on the left side of the window.
<li>The <b>ADD A NETWORK PLACE WIZARD</b> will open. Click <b>NEXT</b>.
<li>Select the <b>CHOOSE ANOTHER NETWORK LOCATION</b> option. Click <b>NEXT</b>.
<li>In the <b>INTERNET OR NETWORK ADDRESS</b> field enter <b>https://proteomicsresource.washington.edu/collaborate</b> and click <b>NEXT</b>.
<li>Enter your User Name and Password when prompted (guest, MkgppAct);
<li>Enter a Name to label the link, such as <b>My Docs Online</b> or <b>Web Folders</b> Click <b>FINISH</b>.
<li>A Windows Explorer window will appear. You may then Click <b>FINISH</b> to OPEN your My Docs Online account or Click Cancel to exit.
<li>A Shortcut has been created in your <b>My NETWORK PLACES</b>. Open <b>MY NETWORK PLACES</b>. Drag and drop the web folder icon to your desktop for future access.
</ol>
</td>
</tr>
<tr>
<td>
<p><b>ERROR:</b> If you receive an ERROR when you Click "Next" after entering the My Docs Online server address in the <b>Add Network Place Wizard</b>, you need to apply the following Web Folders software update from Microsoft:
<a href="http://www.microsoft.com/downloads/details.aspx?familyid=17c36612-632e-4c04-9382-987622ed1d64&displaylang=en">Software Update for Web Folders (Microsoft.com)</a>. After installing the Microsoft update you will have to restart your PC and begin again with Step 1 OR Use One-Step Setup.</p>
</td>
</tr>
<tr><td>Windows Vista: Creating a Web Folder</td></tr>
<tr>
<td>
<ol>
<li>In <b>"Computer"</b> Right-Click an open area on the right side of the Window, then select "Add a Network Location".
<li>The <b>"Add Network Location Wizard"</b> will appear. Click "Next".
<li>When asked, "Where do you want to create this network location?" select <b>Choose a custom network location</b>. Click <b>"Next"</b>.
<li>When asked to "Specify the location of your website" in the <b>Internet or network address</b> field, enter <b>https://proteomicsresource.washington.edu/collaborate/webfolder</b><br>
Click <b>"Next"</b>.
<li>Enter your User Name and Password when prompted (guest/MkgppAct). You may be prompted more than once.
<li>When asked, "What do you want to name this location?" enter a label of your choosing (for instance "My Docs Online"). Click <b>"Next"</b>.
<li>When you see "Completing the Add Network Location Wizard" Check the box "Open the network location when I click Finish" and Click <b>"Finish"</b> (it may take some time for the Web Folder to open the first time).
<li>A Network Location has been created in the "Network Location" section of <b>Computer</b> with the label you choose. (Hint: You can Right-click the Network Location and select "Send to... Desktop" to create an additional shortcut on your desktop).
</ol>
</td>
</tr>
<tr><td>Mac OS X: Connecting to a WebDAV Server</td></tr>
<tr>
<td>
<ol>
<li>From "Go" on the Finder Menu Select <b>Connect to Server...</b> or Press <b>Command-K</b>.
<li>For "Server Address" use: <b>https://proteomicsresource.washington.edu/collaborate</b><br>
<li>Use your My Docs Online Login ID and Password when prompted for "WebDAV File System Authentication" name and password.
<li>Learn more at <a href="http://docs.info.apple.com/article.html?artnum=151622">Apple's WebDAV page</a>.
</ol>
</td>
</tr>
</table>
<HR>
<B>UWPR WebDAV File share</B>
<p>An alternate file transfer mechanism is to use the UW Dept. of Genome Sciences' anonymous FTP server. Place files in the 'dropbox' folder. Note that directory listings are prevented. Place your file(s) in the 'dropbox' folder and email the filename(s) of the file(s) you want to transfer to us.
<p>ftp.gs.washington.edu
</body>
</html>