FTP Client written in Objective-C

NeXT Computer, Inc. -> Porting New Software

Title: FTP Client written in Objective-C
Post by: openstepjunky on March 06, 2011, 08:43:04 AM
Hello People,

I quickly wrote a FTP Client in Objective-C.
For now it's only the class (without a frontend)

It was written to conform to RFC 959.
Caution: It's for big parts untested.

Hopefully someone has a usage for it (i.e. writting a GUI Frontend, or just reading the source code) !!
Hopefully you add some extensions to it, and send the changes to me.
It lacks the LIST command, so no file listings are possible.

SOMEONE SHOULD OPEN A PROGRAMMING THREAD

http://marm.homepage.t-online.de
Title: FTP Client written in Objective-C
Post by: ebann on March 06, 2011, 11:38:12 AM
wouldn't the standard GNU tools compile effortlessly on NeXT systems?  otherwise, I am much more inclined to use scp, ssh, etc.
Title: FTP Client written in Objective-C
Post by: cybercow on March 10, 2011, 04:08:26 PM
QuoteI quickly wrote a FTP Client in Objective-C.
For now it's only the class (without a frontend)
Great job, do you have perhaps the link to the source because seems i can't find it in your post. And yes, the development thread will be great.

Cheers!
Title: FTP Client written in Objective-C
Post by: openstepjunky on March 11, 2011, 12:47:23 PM
Thanks,
The link is at the bottom of the Posting, but here again:

//marm.homepage.t-online.de
Title: Re: FTP Client written in Objective-C
Post by: oneNeXT on March 19, 2011, 04:44:35 PM
It's an interesting start, it would be nice to make it asynchronous,..

What is the license of your source code ?

Are you looking, in fact, for a new FTP file transfer manager, with your own GUI, do you have idea for it ?
Title: FTPC
Post by: openstepjunky on March 22, 2011, 02:13:13 PM
Thanks,

Its in the public domain.

No I dont have any ideas for a gui version of ftpc, but it would be nice
if someone would have any ideas.

Go to top  Forum index