Downloading via FTP and loading images in a NSTableView

2008-03-19 Thread Valentin Dan
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

Re: Downloading via FTP and loading images in a NSTableView

2008-03-19 Thread Jeff LaMarche
On Mar 19, 2008, at 9:50 AM, Valentin Dan wrote: I'd like to know how can I get a file from a server that requires user password ? What classes should I look at ? I believe NSURLDownload can handle FTP URLs. You could also use the CFFTP functions from CFNetwork.

Re: Downloading via FTP and loading images in a NSTableView

2008-03-19 Thread Jean-Daniel Dupas
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