Hi gurus,
Inspired from the "tiny featureless http server " message, I wondered
if someone worked on a minimal ftp server .
Actually, I’m interested in the way (s)he handled the PORT/PASV thing,
I mean:
Rubyserver should handle a send/recv connection on a port and in the
meanwhile a command session on another.
I don’t know if this should be a select() work or it can be handled
with some thread stuff, in either way I’d like to see some related
code to learh from
see ya