Hi
want to provide way for a customer to download some files from a Windows/Tomcat server without having to use FTP.
For small numbers of requests, normally in Windows/IIS I would put the files in a virtual folder, turn off anonymous access to the folder, create a temp windows account with just access to the folder, turn on directory listing, give the the link to mysite.com/downloadfolder/ and the user/pass.
Can I do the same on Tomcat running on Windows? How? Someone said I should use HTAccess ... Whats the solution.
Thanks