On 10/1/08, Tomas Andersen <[EMAIL PROTECTED]> wrote: > A. I wonder if the FTP server supports TFTP?
No, it only supports FTP. There is however a minimal TFTP server available in commons-net. > 1. I am going to embed the FTP server software into my own server > application. When files are uploaded to the server i have to store them > in a database table related to the ipaddress of the client that > initiated the upload If using FTP, you could use FtpServer and a custom file system implementation. > 2. When my client requests a download i need to pick the file > associated to the ipaddress of the client As 1. /niklas
