Overblog Tous les blogs Top blogs Entreprenariat Tous les blogs Entreprenariat
Editer l'article Suivre ce blog Administration + Créer mon blog
MENU
http://vusavx.over-blog.com/

vusavx.over-blog.com/

Publicité

Webdav Mac Os X



Connect to WebDAV with Apple OSX. Be created, renamed, and dragged between computers using the familiar file management tools already included with Apple OS X. This file system transparency also allows web editors to maintain their content directly on the remote server using the editing tool of their choice, whether that tool is Adobe. Web-based Distributed Authoring and Versioning (WebDAV) is an often-overlooked protocol that can provide cross-platform file sharing with minimal client-side configuration. This article explains how to configure WebDAV servers on Windows with IIS, on Mac OS X and Linux with Apache, and how to connect using built-in WebDAV clients on all three OSes.

  1. Webdav Mac Os X 10.11
  2. Mac Os X Update
  3. Webdav Mac Os X 10.13
Description
Screenshots
System Requirements
Download
Online Help
FAQ and Mailing List
License
Contact Information
Version History

What's New

A minor bug fix release - Goliath 1.0.1 is now available.

2 bug fixes are included in this release:

  • Files with a / in their name are now handled properly.
  • A crash while trying to view the contents of folders that the current user does not have permissions to access.

Also, Japanese localized versions of Goliath are available. Check it out at http://park.zero.ad.jp/pautha/Goliath.html

Description

Goliath is an application that creates and edits websites. It uses a technology called WebDAV (frequently called Web Folders) to make changes to the files stored on web servers. It was the first application to implement WebDAV on the Macintosh. Goliath exposes functionality similar to that found in the Windows version of Internet Explorer 5 plus many other features that are unique to the Mac.

Rar to iso converter for mac. With Goliath, users can:

  • View the contents of a web site in a Finder-like fashion (including size, modification date and type)
  • Upload new files to a website
  • Create new folders in web sites
  • Delete files and folders on a web site
  • Rename files on a web server
  • Download copies of files on a web server using Drag & Drop (including delete by dragging to the Trash)
  • Bookmark DAV resources for easy navigation
  • Lock and make changes to existing files on a web server (using the applications of their choice)
  • Display and editing of properties
  • Duplicate items stored on web servers
  • Native MacOSX support via Carbon.

Planned features for future versions of Goliath include:

  • Copy, and Move files and folders within a web site
  • DAV Searching (DASL)
  • AppleEvents scriptable
  • Future DAV initiatives (like DeltaV and ACL Support)

Goliath has been tested with a number of WebDAV servers. These include (alphabetically):

Please report any compatibility problems with other DAV server implementations.

System Requirements

The Classic MacOS application requires a PowerPC based Macintosh running MacOS 8.1 or higher. The Carbon version requires Mac OS X version 10.0.4 or greater.

Downloads

Classic MacOS

An Disk image containing the latest version (1.0.1) of this application can be downloaded here (approx 1.5 MB BinHex encoded disk image). Decompress the file and double click on the .img file. A disk image named 'Goliath 1.0.1' should now be available. Simply drag and drop the Goliath folder contained within the disk image to your hard disk.

Mac OS X

DiskCopy archive for Mac OS X is available here. Decompress the file and double click on the .dmg file. A disk image named 'Goliath 1.0.1' should now be available. Simply drag and drop the Goliath folder contained within the disk image to your hard disk.

Source Code

For those who are technically inclined, the source code can be found here (approx 884 kb Stuff-It archive). In order to build this software, both CodeWarrior Pro 8.2 and version 1.9 of the DAVLib library are required.

Older downloads

An archive of older installations of goliath (along with their source code) is here

Online Help

Online help is installed with Goliath. These help files can also be found on the web at http://www.webdav.org/goliath/help0.9

Goliath Mailing List and FAQ

A mailing list has been created to discuss Goliath specifically and WebDAV on the Mac in general. Information about this mailing list can be found at http://mailman.lyra.org/mailman/listinfo/goliath. A Goliath FAQ is also available.

License

This software is released under the GNU General Public License, version 2.0 or above.

Contact Information

You can contact me by e-mail at tbednarz@webdav.org

As of this time, because of a family crisis and increased demands upon my time, I will be unable to respond to any e-mail regarding Goliath or WebDAV related issues. Any bugs submitted will be saved for a future date when I can resume work on Goliath.

(c)1999-2004, Thomas Bednarz. All Rights Reserved

Last updated on 09/1/2004

This section describes, how a WsgiDAV server can be accessed with differentclients.

WsgiDAV was tested with these clients Sai flexisign software download.

  • Windows 7, 8, 10
  • Windows Vista (Microsoft-WebDAV-!MiniRedir/6.0.6002)
  • Window XP (Microsoft-WebDAV-!MiniRedir/5.1.2600)
  • DAVExplorer
  • Microsoft® Office 2013
  • OpenOffice 3.1
  • Ubuntu Nautilus / gvfs
  • Mac OS/X Finder

The following examples assume, that we have a running WsgiDAV server on a remotemachine with this configuration:

  • Server is running on a machine with IP address 192.168.0.2
  • Server is listening on port 80
  • A user called ‘tester' with password ‘secret' is configured to have access.(Or the share allows anonymous access.)

Windows clients¶

Redirector¶

The easiest way to access a WebDAV share from a Windows client is probablyto map it as a network drive, and then use the File Explorer.

If the share allows anonymous access, type this at the command promt:

Mac

For access controlled shares, we must provide a user name:

Windows will then prompt for a password. Alternatively we can pass password withthe command line:

To make this connection persistent between reboots:

To stop a connection:

Software for home uwe. Note

Some known quirks of Windows redirector are listed below.

Known issues on all Windows versions

  • See als greenbytes WebDAV Mini-Redirector (MRXDAV.SYS) Versions and IssuesList.

  • The WebDAV server must respond to PROPFIND and OPTIONS requests at the rootshare (‘/'). So when running behind another web server, WsgiDAV must bemounted at top level.

  • Digest authentication is supported by default.Basic authentication is disabled, when HTTP is used instead of SSL/HTTPS.(This can be changed by editing the registry: http://support.microsoft.com/kb/841215)

    Basic authentication sends passwords unencrypted, so it is generally a goodthing to do this only over an SSL encrypted channel.

    Problems may arise, when we cannot provide Digest authentication (maybebecause a custom WsgiDAV domain controller has no access to the userspasswords).Or when our server does not provide HTTPS support.

Additional issues on Windows 7

  • By default Basic authentication is only allowed, when SSL (HTTPS) is used.(See previous notes.)

  • Reportedly on Windows 7, WebDAV requests receive a 3 second delay in theWindows explorer.To fix this, you may change IE's proxy settings:

Additional issues on Windows Vista:

  • By default Basic authentication is only allowed, when SSL (HTTPS) is used.(See previous notes.)

Additional issues on Windows XP:

  • Windows XP cannot map ‘/' shares, so we have to connect to an existingsub folder (for example /dav):

  • No custom port is accepted in the URL, like http://192.168.0.2:8001/dav. https://paitoohsegen1983.mystrikingly.com/blog/screen-shot-window. So WsgiDAV must run on port 80.This also means, that SSL won't work (This may help: http://www.stunnel.org/).

  • The URL must start with http://. HTTPS is not supported.

    This in turn means that we have to enable Digest authentication, becauseBasic authentication is not allowed over HTTP (see common Windows issuesabove).

    However at least on SP3 the redirector seems to follow 302 Redirectresponses to a https location. And then Basic authentication worked.

  • There have been problems reported, when the NETUSE command prompts youfor a name/password. (Servicepack 3 seems to work fine.)In this case, try to pass username and password on the command line with the/USER option:

WebFolders¶

Microsoft's 'WebFolder' client predates Windows XP's WebDAV Redirector.

  • TODO

Note

Some known quirks of Microsoft's 'WebFolder' client are listed below.

See als greenbytes Web Folder Client (MSDAIPP.DLL) Versions and Issues List.

  • If you experience problems, you might try Microsoft'sSoftware Update for Web Folders

Linux clients¶

Nautilus / gvfs¶

From the Nautilus File menu choose ‘Connect to server…'. In the dialog box enter

Webdav Mac Os X 10.11
  • Service type: ‘WebDAV (HTTP)'
  • Server: ‘192.168.0.2'
  • Folder: ‘ro_docs' or whatever the share name is (leave empty for root share).
  • Port: the port number (leave empty for default port 80)
  • User Name: leave this empty: do not enter anything here.
Mac Os X Update

Then click ‘Connect' and enter username and password.

Known issues:

  • When copying directories, only an HTML file is created at the target.See http://bugzilla.gnome.org/show_bug.cgi?id=605619
davfs2¶

On Ubuntu we can mount a WebDAV file system.First make sure, that davfs2 is installed:

Then create the mount point:

To unmount:

Mac¶

Webdav Mac Os X 10.13
OS/X Finder¶

In the Finder menu, choose Go and Connect to Server….

1. Enter the URI of the WsgiDAV server: http://192.168.0.2/dav1. Click the [+] button behind it to keep the server URI.1. Click the [Connect] button at the bottom.1. Enter credentials and click [Connect]1. Browse, search, and so on. The volume is on the desktop.

Browser clients¶

WsgiDAV enables HTTP browsing by default, so it is always possible to enter:

in the address bar of your favorite web browser.





Publicité
Partager cet article
Repost0
Pour être informé des derniers articles, inscrivez vous :
Commenter cet article