The Stamp Feature works on any web server, given the /ksw/db directory is write-enabled;
KSW needs to perform an upload to this directory.
The
KSW upload uses the HTTP protocol and the "PUT" method. This method requires a "receiver"
script or application on the server. IIS provides a default receiver, so all you need to
do on IIS is to write-enable the directory.
But not all web servers have a default
receiver for uploads. Linux, for instance, does not. For an upload to perform on Linux,
you need to follow this platform's standard configuration instructions on this matter:
(script examples are included).