Hi.
I just have a couple of questions regarding the apache ftp project:
A. I wonder if the FTP server supports TFTP?
B. I am working on a project with the following needs:
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
2. When my client requests a download i need to pick the file
associated to the ipaddress of the client
3. My client software must log into a command line interface and
instrument some hardware to act as a TFTP client towards my server
software to upload or download files.
(alternatively to 1 and 2 i can let the client name the files uploaded
with the correct ipaddress, i need to store the files in my own database
tables however. Is that possible? How do I access the files uploaded to
the server..)
Can i do all this with the apache ftp software?
Regards,
Tomas Andersen