Hi,
I have a problem with connection to a private smalltalkhub rep from the
command line with pharo config.
I think I set the --username and --password options correctly, but I always
get:
ZnHttpUnsuccessful: 403 Forbidded
If I make the rep public then there is no access problem.
Any hints what
No, that cannot be the problem.
The following works without problems:
| working stream |
working := FileSystem disk workingDirectory.
stream := (working / 'foo.txt') writeStream.
stream nextPutAll: 'Hello World'.
stream close.
--
View this message in context:
http://forum.world.st/FLSerial
Hi everyone!
I get this error when I try to load a package from my Monticello rep. I have
never seen this before and have not a clue where to look for the mistake.
The error message window show:
Object
Any hints what to do?
Johannes
--
View this message in context:
http://forum.world.st/Sy
Sven Van Caekenberghe-2 wrote
>> On 20 Jul 2017, at 19:57, Johannes Brauer <
> brauer@
> > wrote:
>>
>> Hi!
>>
>> To download a file from Dropbox is easy:
>>
>> ZnClient new
>> https; host: 'content.dropboxapi.com';
>> addPath: '2'; addPath: 'files'; addPath: 'download';
>> headerAt: 'Autho