Le 19 mars 08 à 14:50, Valentin Dan a écrit :
Hi,
I'd like to know how can I get a file from a server that requires
user & password ? What classes should I look at ?
Also, is it possible to load an image in a NSTableView cell ?
And to sum up both questions, can an image be loaded from a server
directly in a NSTableView, without saving it on the disk (knowing
that the server will ask for credentials ...) ?
Thanks !
PS: Thanks for the NSSocketPort info ... that class just appeared to
be exactly what I needed - but one sholdn't judge by appearances :) -
Did you try NSURLDownload ? It supports FTP protocol and support
credential.
http://developer.apple.com/documentation/Cocoa/Conceptual/URLLoadingSystem/URLLoadingSystem.html
Also have a look at NSURLConnection, it's more flexible it will allow
you to avoid usage of a temporary file to store the data.
If you managed to download the stream into an NSData Object, then you
can easily create an NSImage from it.
_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]