QUOTE(node21 @ Jun 28 2010, 07:08 AM)

That's unlikely to be successful. The ftp commands are trivial. They are just the way that the clients talk to the server. For example. One of them is "RESC". It tells the remote machine (360 or server) to do a full rescan. Without a bunch of code from xm360, there's no way you'ld be able to implement the RESC code. If there is someone out there who can demonstrate that they are actually capable of doing something like that, I'd happily share the details, and encourage them to port the server to linux (I'm still surprised that it doesn't work under wine, though).
-node21
I do not expect to be able to fully reimplement the featureset of the Windows server, but based on the discussion earlier in this thread it seems simply syncing to other FTP servers works if you have things set up just right as-is and could be made more reliable with a subset of the commands implemented (such as the "where is content.bin?" command).
Features like scanning and cataloging content, I agree I will not be able to implement myself, but it was my understanding that sync could work without those features necessarily working on the server side, just that the content would have to be first loaded to the Xbox and then synced back to the server rather than being able to place it on the server initially. My hope was that by getting a partial server started I'd have something I could hand off to the community at large where hopefully someone with more skills than I could fill in the missing features.
I don't actually have a JTAG 360 myself yet, but I have access to one and figured this might be an interesting project, so forgive me for any incorrect assumptions.