Changes

Jump to navigation Jump to search
499 bytes added ,  09:03, 11 March 2009
Added note about WebDAV up/downloading with curl.
Line 111: Line 111:  
When an Epson C82 unexpectedly starts outputing blank pages, it is likely that the [http://inkjetprinterhelp.us/duraink.html ink purge tube has become disconnected].
 
When an Epson C82 unexpectedly starts outputing blank pages, it is likely that the [http://inkjetprinterhelp.us/duraink.html ink purge tube has become disconnected].
 
</blockquote>
 
</blockquote>
 +
 +
11. '''Command-Line Downloading/Uploading a file from an offline WebDAV Volume'''
 +
 +
Sometime it is useful to send/receive files from a WebDAV server, without having to login and mount the Volume in the Finder.
 +
 +
Download "IGNATUS-SMALL.png" to current directory:
 +
<pre>
 +
curl -O http://www.magnet.neuro.fsu.edu/LabDisk/CEHoupt/IGNATUS-SMALL.png
 +
</pre>
 +
 +
Upload "test.mov" in current directory to LabDisk:
 +
<pre>
 +
curl -u user:password -T  test.mov http://www.magnet.neuro.fsu.edu/LabDisk/test.mov
 +
</pre>
    
=DNS for home website=
 
=DNS for home website=

Navigation menu