I guess the answer is no then. I don't know of any TCP using software that doesn't require BSDSocket.library, so without that you effectively can't run an FTP server or anything else. In theory it should be quite possible, but will involve coding a BSDSocket-compatible TCP stack, or else your writing your own FTP server with integrated TCP/IP.