View previous topic :: View next topic |
Author |
Message |
openstepjunky
Joined: 14 Jul 2008 Posts: 24 Location: Germany
|
Posted: Sun Mar 06, 2011 7:43 am Post subject: FTP Client written in Objective-C |
|
|
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 |
|
Back to top |
|
 |
ebann

Joined: 05 Sep 2010 Posts: 45
|
Posted: Sun Mar 06, 2011 10:38 am Post subject: |
|
|
wouldn't the standard GNU tools compile effortlessly on NeXT systems? otherwise, I am much more inclined to use scp, ssh, etc. _________________ White Box running OPENSTEP 4.2
Dual Pentium III 550MHz | 320MB ECC SDRAM
Matrox Millenium II 8MB
SanDisk 2GB Compact Flash (CF-to-IDE) |
|
Back to top |
|
 |
cybercow

Joined: 15 Oct 2010 Posts: 15 Location: Europe
|
Posted: Thu Mar 10, 2011 3:08 pm Post subject: |
|
|
Quote: | I 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! |
|
Back to top |
|
 |
openstepjunky
Joined: 14 Jul 2008 Posts: 24 Location: Germany
|
Posted: Fri Mar 11, 2011 11:47 am Post subject: |
|
|
Thanks,
The link is at the bottom of the Posting, but here again:
[url]marm.homepage.t-online.de[/url] |
|
Back to top |
|
 |
oneNeXT
Joined: 02 Jun 2008 Posts: 138 Location: Europe
|
Posted: Sat Mar 19, 2011 2:44 pm Post subject: Re: FTP Client written in Objective-C |
|
|
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 ? |
|
Back to top |
|
 |
openstepjunky
Joined: 14 Jul 2008 Posts: 24 Location: Germany
|
Posted: Tue Mar 22, 2011 12:13 pm Post subject: FTPC |
|
|
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. |
|
Back to top |
|
 |
|