Re: xCode 1.2
Re: xCode 1.2
- Subject: Re: xCode 1.2
- From: Nicko van Someren <email@hidden>
- Date: Tue, 27 Apr 2004 09:25:30 +0100
On 27 Apr 2004, at 8:16, Reni van Amerongen wrote:
I did download the X-code segemnts already without any problems, but
not using Safari.
If I use Safari I get always
Safari kan de pagina
'ftp://19704055:email@hidden/Developer_Tools/
xcode_tools_v1.2/7k249_segments/' niet openen.
Fout: 'onbekende fout' (NSURLErrorDomain:-1) - ( Error: 'unknown
error' )
Anyone an idea to solve this.
My Dutch is not really up to par but I'm guessing that you are running
into a problem I used to have regularly, which is that the default way
for Safari to handle directories of files (as opposed to individual
files) is to try to get the Finder to mount the FTP site and the
support for mounting FTP sites in that way is flakey. By "flakey" I
mean that it is unreliable over slow, long latency and/or long-lived
connections.
The solution that I use, which has cured the problem for me, is to use
a helper application for FTP directory access rather than using the
Finder. Personally I use Fetch [1] but there are plenty others.
Unfortunately Safari does not provide a simple way to change the helper
application setting in the internet configuration, and for some reason
Apple chose to put helper information that is in
com.apple.internetconfig.plist in a binary format, which makes it a
pain to edit. The simplest way I've found to set this is using the
helper app config in Internet Explorer.
Cheers,
Nicko
[1]
http://fetchsoftworks.com/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.