Re: [Pharo-users] Monticello and HTTPS

2013-10-20 Thread Manfred Kröhnert
Hello Sven, thank you very much again for your help and sorry for the late reply. Up to now I didn't have a chance to check back on this issue. On Mon, Oct 14, 2013 at 11:49 AM, Sven Van Caekenberghe wrote: > Hi Manfred, > > On 13 Oct 2013, at 23:56, Manfred Kröhnert > wrote: > > > Hello Sven

Re: [Pharo-users] Monticello and HTTPS

2013-10-14 Thread Sven Van Caekenberghe
Hi Manfred, On 13 Oct 2013, at 23:56, Manfred Kröhnert wrote: > Hello Sven, > > I had some time to look further into this issue. > > On Thu, Oct 10, 2013 at 9:08 PM, Sven Van Caekenberghe wrote: > Manfred, > > On 10 Oct 2013, at 20:17, Manfred Kröhnert > wrote: > > > Hi again, > > > > the

Re: [Pharo-users] Monticello and HTTPS

2013-10-13 Thread Manfred Kröhnert
Hi Ben, thanks for the links. Apparently it is not needed to go to such a deep level :-) I know of Wireshark but haven't heard of Fiddler until now. But it is good to know that there are different tools available. Best, Manfred On Fri, Oct 11, 2013 at 4:02 AM, wrote: > ** > Manfred Kröhne

Re: [Pharo-users] Monticello and HTTPS

2013-10-13 Thread Manfred Kröhnert
Hello Sven, I had some time to look further into this issue. On Thu, Oct 10, 2013 at 9:08 PM, Sven Van Caekenberghe wrote: > Manfred, > > On 10 Oct 2013, at 20:17, Manfred Kröhnert > wrote: > > > Hi again, > > > > the webdav share is located on an OwnCloud instance. > > It is possible to get a

Re: [Pharo-users] Monticello and HTTPS

2013-10-11 Thread Stéphane Ducasse
On Oct 11, 2013, at 5:52 PM, Manfred Kröhnert wrote: > Thanks Stéphane, > > we appreciate that :-) I'm sincere :). I believe that we have an excellent stack for doing web dev Zinc/Zodiac/Oauth/.… Voyage/Magritte/ Seaside/ Reef/Amber I would love to have more companies working in Ph

Re: [Pharo-users] Monticello and HTTPS

2013-10-11 Thread Manfred Kröhnert
Hi Sven, thanks for the pointers. I'll have a look over the weekend and report back. Best, Manfred On Thu, Oct 10, 2013 at 9:08 PM, Sven Van Caekenberghe wrote: > Manfred, > > On 10 Oct 2013, at 20:17, Manfred Kröhnert > wrote: > > > Hi again, > > > > the webdav share is located on an Own

Re: [Pharo-users] Monticello and HTTPS

2013-10-11 Thread Manfred Kröhnert
Thanks Stéphane, we appreciate that :-) Best, Manfred On Thu, Oct 10, 2013 at 8:58 PM, Stéphane Ducasse wrote: > welcome > > we like amber :) > > Stef > > On Oct 10, 2013, at 3:41 PM, Manfred Kröhnert > wrote: > > > Hi everyone, > > > > I am one of the guys helping Nico with Amber. > > > >

Re: [Pharo-users] Monticello and HTTPS

2013-10-10 Thread btc
Manfred Kröhnert wrote: On Thu, Oct 10, 2013 at 8:21 PM, Paul DeBruicker wrote: Can you access the monticello listing from a browser? Yes, when I access the same share from a browser I get a directory listing which shows the .mcz files. I'll have to check if I can act

Re: [Pharo-users] Monticello and HTTPS

2013-10-10 Thread Sven Van Caekenberghe
Manfred, On 10 Oct 2013, at 20:17, Manfred Kröhnert wrote: > Hi again, > > the webdav share is located on an OwnCloud instance. > It is possible to get a directory listing of the specific directory with the > following ZnClient request: > > ZnClient new username: 'X' password: 'Y'; get: > 'h

Re: [Pharo-users] Monticello and HTTPS

2013-10-10 Thread Stéphane Ducasse
welcome we like amber :) Stef On Oct 10, 2013, at 3:41 PM, Manfred Kröhnert wrote: > Hi everyone, > > I am one of the guys helping Nico with Amber. > > Now, I recently started to experiment with Pharo for a small project. > After some reading and experimenting I was able to get something ru

Re: [Pharo-users] Monticello and HTTPS

2013-10-10 Thread Manfred Kröhnert
On Thu, Oct 10, 2013 at 8:21 PM, Paul DeBruicker wrote: > Can you access the monticello listing from a browser? Yes, when I access the same share from a browser I get a directory listing which shows the .mcz files. I'll have to check if I can actualy load the files copied to the share. But that

Re: [Pharo-users] Monticello and HTTPS

2013-10-10 Thread Paul DeBruicker
Can you access the monticello listing from a browser? On Oct 10, 2013, at 11:17 AM, Manfred Kröhnert wrote: > Hi again, > > the webdav share is located on an OwnCloud instance. > It is possible to get a directory listing of the specific directory with the > following ZnClient request: >

Re: [Pharo-users] Monticello and HTTPS

2013-10-10 Thread Manfred Kröhnert
Hi again, the webdav share is located on an OwnCloud instance. It is possible to get a directory listing of the specific directory with the following ZnClient request: ZnClient new username: 'X' password: 'Y'; get: ' https://owncloud.server.de/remote.php/webdav/monticello' In a Pharo 2.0 image d

Re: [Pharo-users] Monticello and HTTPS

2013-10-10 Thread Manfred Kröhnert
Hello Sven, On Thu, Oct 10, 2013 at 3:50 PM, Sven Van Caekenberghe wrote: > Hi Manfred, > > On 10 Oct 2013, at 15:41, Manfred Kröhnert > wrote: > > > Hi everyone, > > > > I am one of the guys helping Nico with Amber. > > > > Now, I recently started to experiment with Pharo for a small project.

Re: [Pharo-users] Monticello and HTTPS

2013-10-10 Thread Sven Van Caekenberghe
Hi Manfred, On 10 Oct 2013, at 15:41, Manfred Kröhnert wrote: > Hi everyone, > > I am one of the guys helping Nico with Amber. > > Now, I recently started to experiment with Pharo for a small project. > After some reading and experimenting I was able to get something running > thanks to the g