Hi, I've written a simple file-sharing app using http as web-frontend and ftp to serve the actual files. Are there any benefits from this; do I ease the "pressure" on the http-interface so it can handle more clients by doing all downloading using ftp? Thomas