Searching for a Blitz coded client

BlitzMax Forums/BlitzMax Programming/Searching for a Blitz coded client

puzzler(Posted 2005) [#1]
Hi there!

For our platform www.tradebit.com I am looking for a "branded" simple FTP client:

it should have the following features:

manage connections (new, edit, del)
and after selection and connect:

- left side local drive, right side remote drive,
- navigation on the drives
- upload / download
- resume

Has anyone of you started to code a FTP client for Win and Mac? We would like to have one and sponsor it with cash for the coder for Open Source on our domain.

If not, has anyone fun earning some dollars by creating one?

Let me know: info(at)tradebit(dot)com!

Thanks,
Ralf


puzzler(Posted 2005) [#2]
very stupid question: most of the stuff (upload, download, navigate) could be done by a HTMLview, right?

all that would have to be done (at least on windows) would be the config part ?

cheers,
ralf


LAB[au](Posted 2005) [#3]
Seems like you will have to code it yourself :) Everybody here seems to be quite bizzy with his own projects... But you should find quite easily sourcecode on the web for a basic ftp client in C and adapt it to Bmx.