Re: Wanted: Help inventing poor man's FTP server

2011-04-11 Thread Paul Johnson
On Mon, Apr 11, 2011 at 08:50:59AM +0300, Shlomi Fish wrote: > Hi Siegfried, > > On Sunday 10 Apr 2011 21:55:30 siegfr...@heintze.com wrote: > > I want to implement a implement a poor man's ftp server that has minimal > > dependencies (like none!). I'll write a simple custom poor man's ftp > > cli

Re: Wanted: Help inventing poor man's FTP server

2011-04-10 Thread Shlomi Fish
Hi Siegfried, On Sunday 10 Apr 2011 21:55:30 siegfr...@heintze.com wrote: > I want to implement a implement a poor man's ftp server that has minimal > dependencies (like none!). I'll write a simple custom poor man's ftp > client on the other side. Since I'm writing both the client and the > server

Wanted: Help inventing poor man's FTP server

2011-04-10 Thread siegfried
I want to implement a implement a poor man's ftp server that has minimal dependencies (like none!). I'll write a simple custom poor man's ftp client on the other side. Since I'm writing both the client and the server, I don't need to worry about adherence to the ftp standard -- only the concept. S