Re: how to complete c/s app

2008-10-16 Thread Scott Ribe
What do you wish to do that SAMBA does not? -- Scott Ribe [EMAIL PROTECTED] http://www.killerbytes.com/ (303) 722-0567 voice ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list.

Re: how to complete c/s app

2008-10-15 Thread Jean-Daniel Dupas
Use Distributed Object, there is plenty of sample codes. Le 15 oct. 08 à 12:43, han a écrit : how to complete a c/s app.Is there a sample code? ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator

Re: how to complete c/s app

2008-10-15 Thread Steve Bird
On Oct 15, 2008, at 6:43 AM, han wrote: how to complete a c/s app.Is there a sample code? c/s = ... Computer Science? Client / Server? Cycles per Second? C.S. Lewis? Catch and Serve? Cut and Scrape? COBOL/SmallTalk? Copy and Save?

Re: how to complete c/s app

2008-10-15 Thread han
han wrote: how to complete a c/s app.Is there a sample code? c/s = client/server. is there the sample codes download link ---han ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the

Re: how to complete c/s app

2008-10-15 Thread Jason Coco
On Oct 15, 2008, at 12:05 , han wrote: han wrote: how to complete a c/s app.Is there a sample code? c/s = client/server. is there the sample codes download link That totally depends on the type of Client/Server app you want to make, what technologies you want to use to make it, etc.

Re: how to complete c/s app

2008-10-15 Thread Graham Cox
On 15 Oct 2008, at 9:43 pm, han wrote: how to complete a c/s app.Is there a sample code? Who knows. Maybe you could start by explaining what a c/s app is? --G ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin

Re: how to complete c/s app

2008-10-15 Thread Andrew Merenbach
On Oct 15, 2008, at 4:00 AM, Graham Cox wrote: On 15 Oct 2008, at 9:43 pm, han wrote: how to complete a c/s app.Is there a sample code? Who knows. Maybe you could start by explaining what a c/s app is? --G Perhaps c/s stands for client/server, but I've no idea. -- Andrew smime.p7s

Re: how to complete c/s app

2008-10-15 Thread han
I want to complete a vigorous file transfer application.The server is implemented in the max os x,and client in the windows. I think the app is flexible, scalable, reusable. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post

Re: how to complete c/s app

2008-10-15 Thread Rohan Lloyd
On 16 Oct 2008, at 1:24 PM, han wrote: I want to complete a vigorous file transfer application.The server is implemented in the max os x,and client in the windows. I think the app is flexible, scalable, reusable. What about ftp, sftp or scp?

Re: how to complete c/s app

2008-10-15 Thread Andrew Farmer
On 15 Oct 08, at 19:24, han wrote: I want to complete a vigorous file transfer application.The server is implemented in the max os x,and client in the windows. I think the app is flexible, scalable, reusable. That looks like a sound set of requirements, but what it isn't is a question.