similar to: How to enable WebDAV/HTTP/FTP access and the REST/XML API?

Displaying 20 results from an estimated 20000 matches similar to: "How to enable WebDAV/HTTP/FTP access and the REST/XML API?"

2008 Jun 19
0
struggling with simple webdav
Normally I use authzldap to authenticate LDAP users but in this case, I have a client that wants non-LDAP users to be able to use DAV. The twist is that there are several virtual hosts on this server and perhaps that is confusing things... anyway, my httpd.conf has... <Location /webdav> Dav On AllowOverride None Options Indexes FollowSymLinks AuthType Basic AuthName
2002 Aug 01
1
Samba server as a WebDAV proxy
Dear all, As you may know, webdav support is quiet poor on Windows, compared to Samba. That is why I would like the samba server to act as a proxy to webdav servers. This would give windows users the ability to browse webdav pseudo-shares and map them to a drive letter, without buying software like "WebDrive". I am setting up a quick and dirty "proof of concept" software,
2006 Apr 21
4
WebDAV library for fastcgi/webbrick
Hello, I am trying to find a WebDAV library for Ruby that works with fastcgi (production) and Webbrick (development). I''ve found this link which mentions a Webbrick WebDAV library: http://redhanded.hobix.com/inspect/ webrickWebdavHandlerSafelyExtractedFromTheWild.html Unfortunately it sounds limited to Webbrick which will not suit the production environment. Does anyone know of a
2008 Sep 15
2
Perhaps slightly OT - Lots of spurious webdav requests.
Hello All, I am running a CentOS 4.6 file server for a small office network and I am getting a lot of strange webdav requests from one of the Windows workstations - I have not configured Webdav on the Windows host (hereafter "windows-laptop") in question. Some details - I have configured a Samba share called (say) "share1" on the CentOS server and the windows-laptop connects
2007 Jul 17
1
Looking for a WebDav sync client
I am looking for a webdav tool much like wget. And it has to maintain timestamps (Cadaver does not, or at least I have not figured out how). There is a whole big WebDav server now of all (almost all) of IEEE 802.11 presentations (not the draft docs) and webdav is the access method....
2005 Feb 23
1
webdav
I am trying to setup webdav. I have tried hte webdav list. Has anyone implemetned webdav on apache? -- My "Foundation" verse: Isa 54:17 No weapon that is formed against thee shall prosper; and every tongue that shall rise against thee in judgment thou shalt condemn. This is the heritage of the servants of the LORD, and their righteousness is of me, saith the LORD. -- carpe
2007 Oct 30
2
WebDav Support.
Hi guys, I read that mongrel supports the webdav protocol. I need to "create" the webdav files and allow a third party app access it just for read purposes. What do you recommend? -- Fernando Lujan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20071030/1527bd35/attachment.html
2010 Jul 14
0
ZFS + WebDAV + AD integration
Folks, I now know that ZFS is capable of preserving AD account sids. I have verified the scenario with CIFS integration. I am now wondering if it is possible to achieve a similar AD integration over WebDAV. Is it possible to retain security permissions on files and folders over WebDAV? Thank you in advance for your help. Regards, Peter -- This message posted from opensolaris.org
2004 Sep 24
0
webDAV (webclient) interferes with XP logons
Very long story short... 1. Samba server on machine running iptables or behind a firewall 2. Client XP domain logins taking 45 seconds or more. 3. The problem: webDAV (webclient) is running on the XP workstations and this mysteriously triggers access to port 80 on the file server, which in turn adds up to long delays. If you are running an HTTP server and it isn't blocked then
2009 Aug 18
1
WebDav on CentOS?
Hello, I'm trying to set up webdav on apache on centos. My web area has dav on set, it's permissions are 775 owner of the apache user and group of the webdev group which i put users in who can write to the area. As a user locally logged on to the machine i can cd to the area and create content though it is owned and has a group of the user who made it i don't think this is what i
2009 Jan 10
2
webdav timeout
Hi, I tried to sync two files (50 MB and 100 MB) with my webdav folder using rsync 3.0.5 with Mac OS X (10.4.11) Terminal and X11. With the Terminal application the sync always failed with both files. With X11 I once was successful synchronizing the 50 MB file. The error message is always like this (also when I set the timeout to eg. 7200 seconds): io timeout after 1003 seconds --
2006 May 24
2
WebDav on rails
I am trying to do webdav on rails. I already did it with PHP so it should not be much difference. However I have some problems. 1) When Word sends PROPFIND it sends GET request with XML inside the request body. However I cannot seem to get this information. request.body returns no such method even though request.inspect shows there is instance variable called @body. How can I access that? 2)
2006 Apr 25
1
Webdav and read only
Is there a way to configure Apache and WebDAV so that uploading requires a password but anyone can read from the directory using a browser? -- Chris Mason NetConcepts (264) 497-5670 Fax: (264) 497-8463 Int: (305) 704-7249 Fax: (815)301-9759 UK 44.207.183.0271 Cell: 264-235-5670 Yahoo IM: netconcepts_anguilla at yahoo.com -- This message has been scanned for viruses and dangerous content by
2005 Feb 19
0
providing webdav remote access to samba
hello all. I know this is a little bit of topic, but I guess this will interest of you anyway, and I didn't know where else to ask... So here it is: Does anyone here provide a webdav remote access interface to the network? And if yes: what software are you using for it? I'm currently doing this on my network using davenport. (http://davenport.sourceforge.net/) Even though this works
2006 May 08
2
Need advice on how to inspect HTTP requests
I''m trying to debug a bug in my code and am looking for some general advice on how to go about isolating the problem. The problem: My Rails application talks to a WebDAV server via HTTPS. Thanks to the Ruby standard library, I was able to make authentication over SSL happen with just a few lines of code. Awesome! Now it gets a bit obscure. I''m using a PROPFIND request to the
2007 May 16
1
Wierd interaction between Samba and HTTP?
Hi, O/S: Fedora Core 6 When running samba-3.0.24-1 (downloaded from Samba WWW site), all is well. But when updating Samba via 'yum update' to samba-3.0.24-5.fc6, things get bad. Things are equally bad when I try the next BETA release of Samba. When things don't work, I try to mount a share from Windows, like: net use z: \\<host>\jeff and it fails. When it fails, I
2006 May 27
0
Error in http parser or client?
Hello, I started a little pet project of making a webdav plugin for mongrel. First thing I did was get the test suite called litmus from http://www.webdav.org/neon/litmus/ and run it against a completely dummy handler that doesn''t even try to handle anything. Then mongrel said to me: BAD CLIENT (127.0.0.1): Invalid HTTP format, parsing fails. REQUEST DATA: DELETE
2006 Apr 07
1
HTTP 1.1 parser and non-standard request methods
hi, i was thinking of creating a WebDAV plugin for mongrel, but ran into an issue... the http parser hardcodes which request methods it considers valid, so it blocks non-standard request methods like MKCOL, PROPFIND, etc. i''m not familiar with the type of grammar being used for the parser, but is it possible to defer the request method validation to a later point, possibly inside the
2011 Jul 12
1
Running R on a Computer Cluster in the Cloud - cloudnumbers.com
Dear R community, cloudnumbers.com provides researchers and companies with the resources to perform high performance calculations in the cloud. As cloudnumbers.com's community manager I may invite you to register and test R on a computer cluster in the cloud for free: http://my.cloudnumbers.com/register Our aim is to change the way of research collaboration is done today by bringing together
2007 Dec 06
2
WebDav/CalDav in Rails
Has anybody done anything with WebDev, or for that matter CalDav, in Rails? I''m looking to do stuff with CalDav and the spec seems pretty simple. I''m just wondering if the HTTP methods, like REPORT, natualy work or if I have to install/configure anything. I''m running Rails on Apache through FastCGI. Thanks, Jeremy --~--~---------~--~----~------------~-------~--~----~