FTP Servlet
In this paper, the authors present new idea about the servlet they know about http servlet and generic servlet case of http servlet they use http protocol for the server side programming this is a protocol dependent servlet if they use FTP and SMTP protocol instead of http protocol then servlet will be protocol independent. An FTP servlet is an intermediate application that resides between the FTP server and the FTP client. It works as a proxy interposed within client/server communications and helps to unload some of the computing power of the FTP server and distribute it to the FTP servlet. It also provides a firewall and proxy friendly file transfer environment by wrapping FTP traffic over HTTP.