Before I got interested in Lighttpd I had been working on an Ftp Server for my projects.
I've decided that lighttpd is to complex for me to incorporate at the moment, so I'm releasing my source code to my server and hope that people might find it useful.
I'd also be very glad if people help make it better.
You can find it at http://code.google.com/p/diddyftpserver/
upload/download works from filezilla and transmit. i havent implemented all of ftp's commands yet
I've opened a google group for discussing the server code you can find it here
http://groups.google.com/group/diddyftpserver
Sunday, 12 October 2008
Subscribe to:
Post Comments (Atom)
4 comments:
hi there
tx alot for this really usefull library !
i jusr tried to use your ftp server in a test iphone app
while using iphone simulator all seemed to be going ok allthough i could not upload anything (is it implemented uet ?)
the biggest problem was when i tried to build for device i got a build error: "_OBJC_CLASS_$_FtpServer", referenced from: __objc_classrefs__DATA@0 in ftpServerViewController.o
it seems it is something inside FTPServer library
do you have any idea of what the issue might be ?
abraços
nonnus
the compiled library is for macosx
if you want to use it on the iphone you need to take the files in the library zip and add them to your iphone project and compile that for iphone.
i just made a library so that people could see how easy it would be to use without knowing the inner workings
ah, tx alot !
i just used the example bundled package...
as you say it was really quite easy to add it a project ;)
i will now try to include the library source in the project and build it for iphone os
will report results, is this the correct place ?
pls let me know if it isn´t...
abraços
nonnus
I've made a google group for discussing the ftpserver code.
You can find it at http://groups.google.com/group/diddyftpserver
Post a Comment