Re: Installing WebDAV server

2011-09-08 Thread Fokke Nauta
rver/print > server/FTP server and web server. The web server is facilitated by the > Aprelium Abyss X2 server, and has Perl and PHP support on http and https. > It all works fine. > To do some research with some calender systems and to share the Outlook > calendar I need a WebD

Re: Installing WebDAV server

2011-09-08 Thread Fokke Nauta
gt;> XXX --- [07/Sep/2011 11:57:52] - Mozilla/5.0 >>>> Gecko/ >>>> 20100101 Firefox/6.0.1 - "GET / HTTP/1.1" 404 - >>>> >>> From the log it looks like you are trying to access the server with the >>> url: >>> >>>

Re: Installing WebDAV server

2011-09-08 Thread Piet van Oostrum
4 - >>> >> From the log it looks like you are trying to access the server with the >> url: >> >> http://localhost:8008/ or something similar. > > Yes, I do. > >> This won't work as you would try to access the root of your webdav >> directory i

Re: Installing WebDAV server

2011-09-07 Thread Fokke Nauta
the > url: > > http://localhost:8008/ or something similar. Yes, I do. > This won't work as you would try to access the root of your webdav > directory in this way (i.e. D:/webdav). The webdav server can only serve > files, not directories, so you would have to access >

Re: Installing WebDAV server

2011-09-07 Thread Piet van Oostrum
.0 > Gecko/ > 20100101 Firefox/6.0.1 - "GET / HTTP/1.1" 404 - > >From the log it looks like you are trying to access the server with the url: http://localhost:8008/ or something similar. This won't work as you would try to access the root of your webdav directory in

Re: Installing WebDAV server

2011-09-07 Thread Fokke Nauta
\Webdav -n) there is no error message as >> "INFO:fshandler :get_data: D:\Webdav not found". The browser shows still >> the >> 404 error. >> The error "INFO:fshandler :get_data: D:\Webdav not found" only occurs >> when I >> specify the "

Re: Installing WebDAV server

2011-09-07 Thread becky_lewis
O:fshandler :get_data: D:\Webdav not found" only occurs when I > specify the "-c config.ini" in the command line. > > I didn't expect it to be this so tricky. It looked easy to set up an > experimental webdav server. > > Fokke How are you trying to access the web

Re: Installing WebDAV server

2011-09-07 Thread Fokke Nauta
"Dennis Lee Bieber" wrote in message news:mailman.823.1315377607.27778.python-l...@python.org... > On Tue, 6 Sep 2011 21:26:12 +0200, "Fokke Nauta" > declaimed the following in > gmane.comp.python.general: > >> (here I try to login the W

Re: Installing WebDAV server

2011-09-06 Thread Fokke Nauta
ot;copyright", "credits" or "license()" for more information. >>> import os.path >>> os.path.isdir("d:\webdav") True >>> So Python recognizes the directory d:\webdav This is the command shell: D:\Python27\WebDAV\PyWebDAV\DAVServer>server.py

Re: Installing WebDAV server

2011-09-06 Thread Fokke Nauta
"becky_lewis" wrote in message news:f5b9ec16-de9a-4365-81a8-860dc27a9...@d25g2000yqh.googlegroups.com... On Sep 5, 3:51 pm, "Fokke Nauta" wrote: > > Hi Becky, > > I tried it straight away: > directory=D:\Webdav\ > directory=D:/Webdav/ > > Didn't work, in both cases the same error "fshandler:get_

Re: Installing WebDAV server

2011-09-06 Thread becky_lewis
On Sep 5, 3:51 pm, "Fokke Nauta" wrote: > > Hi Becky, > > I tried it straight away: > directory=D:\Webdav\ > directory=D:/Webdav/ > > Didn't work, in both cases the same error "fshandler:get_data: \Webdav not > found". > > I have the opinion that my WebDAV installation is at fault. The database is

Re: Installing WebDAV server

2011-09-05 Thread Fokke Nauta
"becky_lewis" wrote in message news:a7cd34d7-ed2b-4449-8edc-a6a45b59e...@hb5g2000vbb.googlegroups.com... > > >> > Possibly. >> > I tried this: >> > server.py -n -c config.ini >> > Once again, the server is up and running and when I am logging in with >> > my >> > browser (10.0.0.140:8081) I can

Re: Installing WebDAV server

2011-09-05 Thread becky_lewis
> > > Possibly. > > I tried this: > > server.py -n -c config.ini > > Once again, the server is up and running and when I am logging in with my > > browser (10.0.0.140:8081) I can see information showing up at the command > > prompt, showing somebody is logging is, but the same error: > > "fshandler

Re: Installing WebDAV server

2011-09-04 Thread Thomas 'PointedEars' Lahn
Fokke Nauta wrote: > "Thomas 'PointedEars' Lahn" wrote in message > news:109595831.vcn276c...@pointedears.de... > > > > If you don't have anything better to contribute, please stop answering. > > Es gen�gt schon. I should have expected as much from an address munger. *plonk* -- PointedEar

Re: Installing WebDAV server

2011-09-04 Thread Fokke Nauta
"Thomas 'PointedEars' Lahn" wrote in message news:109595831.vcn276c...@pointedears.de... If you don't have anything better to contribute, please stop answering. Es genügt schon. Fokke -- http://mail.python.org/mailman/listinfo/python-list

Re: Installing WebDAV server

2011-09-03 Thread Thomas 'PointedEars' Lahn
Fokke Nauta wrote: > "Thomas 'PointedEars' Lahn" […]: >> Fokke Nauta wrote: >>> "Thomas 'PointedEars' Lahn" […] wrote: The Python shell executes Python code. The above obviously is not Python code, but *system* shell commands. So let the *system* command shell execute them (a

Re: Installing WebDAV server

2011-09-02 Thread Fokke Nauta
wrote in message news:mailman.703.1314969082.27778.python-l...@python.org... > Hi Fokke, > > Disclaimer: I have no experience with the Python WebDAV package you're > using. > > But a thought: > >> In the config file it says: >> "# main directory >> directory = \Webdav" > > Perhaps you should qual

Re: Installing WebDAV server

2011-09-02 Thread Fokke Nauta
"becky_lewis" wrote in message news:86b084e0-09a8-4997-9e0c-4526d7851...@s2g2000vby.googlegroups.com... On Sep 2, 1:19 pm, "Fokke Nauta" wrote: > "Dennis Lee Bieber" wrote in > messagenews:mailman.687.1314941410.27778.python-l...@python.org... > > > On Thu, 1 Sep 2011 12:30:43 +0200, "Fokke N

Re: Installing WebDAV server

2011-09-02 Thread Fokke Nauta
"Dennis Lee Bieber" wrote in message news:mailman.711.1314983727.27778.python-l...@python.org... > On Fri, 2 Sep 2011 14:19:32 +0200, "Fokke Nauta" > declaimed the following in > gmane.comp.python.general: > > >> >> In the config file it says: >> "# main directory >> directory = \Webdav" >> > I

Re: Installing WebDAV server

2011-09-02 Thread python
Hi Fokke, Disclaimer: I have no experience with the Python WebDAV package you're using. But a thought: > In the config file it says: > "# main directory > directory = \Webdav" Perhaps you should qualify your directory path with a drive letter? I would try this 2 ways: directory = E:\Webdav A

Re: Installing WebDAV server

2011-09-02 Thread becky_lewis
On Sep 2, 1:19 pm, "Fokke Nauta" wrote: > "Dennis Lee Bieber" wrote in > messagenews:mailman.687.1314941410.27778.python-l...@python.org... > > > > > > > > > > > On Thu, 1 Sep 2011 12:30:43 +0200, "Fokke Nauta" > > declaimed the following in > > gmane.comp.python.general: > > >> "Dennis Lee Bie

Re: Installing WebDAV server

2011-09-02 Thread Fokke Nauta
"Dennis Lee Bieber" wrote in message news:mailman.687.1314941410.27778.python-l...@python.org... > On Thu, 1 Sep 2011 12:30:43 +0200, "Fokke Nauta" > declaimed the following in > gmane.comp.python.general: > >> "Dennis Lee Bieber" wrote in message >> news:mailman.643.1314851358.27778.python-l..

Re: Installing WebDAV server

2011-09-02 Thread Fokke Nauta
"Dennis Lee Bieber" wrote in message news:mailman.622.1314812583.27778.python-l...@python.org... > On Wed, 31 Aug 2011 11:27:36 +0200, "Fokke Nauta" > declaimed the following in > gmane.comp.python.general: > >> >> Ofcourse I realized it was Unix/Linux. I already could tell that as the >> packag

Re: Installing WebDAV server

2011-09-01 Thread Fokke Nauta
"Paul Kölle" wrote in message news:mailman.620.1314810894.27778.python-l...@python.org... > Hi, answers below... > > Am 31.08.2011 14:18, schrieb Fokke Nauta: >> "Paul Kölle" wrote in message >> news:mailman.595.1314780791.27778.python-l...@python.org... >>> Hi, >>> >>> Am 30.08.2011 22:00, schr

Re: Installing WebDAV server

2011-09-01 Thread Fokke Nauta
"Dennis Lee Bieber" wrote in message news:mailman.643.1314851358.27778.python-l...@python.org... > On Wed, 31 Aug 2011 14:18:00 +0200, "Fokke Nauta" > declaimed the following in > gmane.comp.python.general: > >> >> I also configured config.ini in D:\Python27\WebDAV\PyWebDAV\DAVServer >> >> In thi

Re: Installing WebDAV server

2011-08-31 Thread Paul Kölle
Hi, answers below... Am 31.08.2011 14:18, schrieb Fokke Nauta: "Paul Kölle" wrote in message news:mailman.595.1314780791.27778.python-l...@python.org... Hi, Am 30.08.2011 22:00, schrieb Fokke Nauta: Hi all, I am completely new to Python, but I'm confronted with a problem I can't solve. Wel

Re: Installing WebDAV server

2011-08-31 Thread Fokke Nauta
"Laszlo Nagy" wrote in message news:mailman.603.1314797809.27778.python-l...@python.org... > >>> Where it says: >>> Installation and setup of server can be as easy as follows: $ easy_installPyWebDAV $ davserver-D/tmp-n-J Starting upPyWebDAV server(version0.9.2-dev)

Re: Installing WebDAV server

2011-08-31 Thread Laszlo Nagy
Where it says: Installation and setup of server can be as easy as follows: $ easy_installPyWebDAV $ davserver-D/tmp-n-J Starting upPyWebDAV server(version0.9.2-dev) ATTENTION: Authentication disabled! Serving datafrom /tmp Listening on localhost(8008) Yes, but that's Unix/Linux

Re: Installing WebDAV server

2011-08-31 Thread Fokke Nauta
"Laszlo Nagy" wrote in message news:mailman.597.1314791334.27778.python-l...@python.org... > >> What do you mean by STFW? > Search The Fucking Web ? OK, the modern version of RTFM. >> I wasn't aware that easy_install was a utility. Downloaded and installed >> the >> Windows version and run eas

Re: Installing WebDAV server

2011-08-31 Thread Fokke Nauta
"Paul Kölle" wrote in message news:mailman.595.1314780791.27778.python-l...@python.org... > Hi, > > Am 30.08.2011 22:00, schrieb Fokke Nauta: >> Hi all, >> >> I am completely new to Python, but I'm confronted with a problem I can't >> solve. > Welcome to python. > >> This is my question: > [snip]

Re: Installing WebDAV server

2011-08-31 Thread Laszlo Nagy
What do you mean by STFW? Search The Fucking Web ? I wasn't aware that easy_install was a utility. Downloaded and installed the Windows version and run easy_install pywebdav. It downloaded something, installed something and finished something. Then it's installed! But, once again, don't know

Re: Installing WebDAV server

2011-08-31 Thread Fokke Nauta
"Thomas 'PointedEars' Lahn" wrote in message news:4761603.ypau67u...@pointedears.de... > Fokke Nauta wrote: > >> "Thomas 'PointedEars' Lahn" wrote in message >> news:6545843.yvfaxzv...@pointedears.de... > > It's attribution _line_, not attribution novel. Your quotes are hardly > legible, too ?

Re: Installing WebDAV server

2011-08-31 Thread Paul Kölle
Hi, Am 30.08.2011 22:00, schrieb Fokke Nauta: Hi all, I am completely new to Python, but I'm confronted with a problem I can't solve. Welcome to python. This is my question: [snip] I installed Python 3.2.1 and extracted the packages PyWebDAV and PyXML. Now I have a working Python app and

Re: Installing WebDAV server

2011-08-30 Thread Thomas 'PointedEars' Lahn
Fokke Nauta wrote: > "Thomas 'PointedEars' Lahn" wrote in message > news:6545843.yvfaxzv...@pointedears.de... It's attribution _line_, not attribution novel. Your quotes are hardly legible, too → >> Fokke Nauta wrote: >>> I'm running a PC with XP Pro32, [.] >>> […] In t

Re: Installing WebDAV server

2011-08-30 Thread Fokke Nauta
"Thomas 'PointedEars' Lahn" wrote in message news:6545843.yvfaxzv...@pointedears.de... > Fokke Nauta wrote: > >> I'm running a PC with XP Pro32, [.] >> To do some research with some calender systems and to share the Outlook >> calendar I need a

Re: Installing WebDAV server

2011-08-30 Thread Thomas 'PointedEars' Lahn
Fokke Nauta wrote: > I'm running a PC with XP Pro32, […] > To do some research with some calender systems and to share the Outlook > calendar I need a WebDAV server. After googling I found the Python WebDAV > server. > I installed Python 3.2.1 and extracted the packages PyWeb

Installing WebDAV server

2011-08-30 Thread Fokke Nauta
as Perl and PHP support on http and https. It all works fine. To do some research with some calender systems and to share the Outlook calendar I need a WebDAV server. After googling I found the Python WebDAV server. I installed Python 3.2.1 and extracted the packages PyWebDAV and PyXML. Now I

WebDAV Server

2004-12-16 Thread Mark Hoffman
Jody - Is this you? Pr. Mark A. Hoffman, S.T.S.St. John's Lutheran ChurchSan Antonio, Texas(210)223-2611 Confidentiality Notice: This email message including any attachments is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthor