Is there an FTP server that can also provide access via HTTP? Or what do I need to do to set up the mirror of FTP through HTTP access ? Some of my clients cannot access our FTP because of corporate policy and cannot get updates from me. However, they can use HTTP.
Currently I use filezilla because it was fast/easy to set up but would switch to something with more flexibility.
We have used CrushFTP running on Windows 2003. It works on other platforms as well and no clinet needed CrushFTP
Many features for secure access with HTTPS and others. Many other great features, low cost and great support. Have not tried V5 but last version has been great. Worth a look
You should be able to set up almost any FTP or web server on the platform you are running on to point to the same directory that hold your updates.
I guess this would count as mirroring but you can have Apache or Lighttpd (I'm assuming with Lity) that you can have a symlink to your FTP directory so its a live mirror without any work.
However, if you're not using public FTP files and require passwords, you'll probably need to do some .htaccess magic but its still possible (at least in Apache, I'm not sure about Lighttpd)