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 THREADhttp://marm.homepage.t-online.de
wouldn't the standard GNU tools compile effortlessly on NeXT systems? otherwise, I am much more inclined to use scp, ssh, etc.
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!
Thanks,
The link is at the bottom of the Posting, but here again:
//marm.homepage.t-online.de
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 ?
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.