Wirematter:
Simply log into your server via SSH, -su to root, cd to whatever directory you have set up for downloading source files and wget the tar.gz file for your flavor of Redhat. Once you're logged in as root it will be something like:
QUOTE
(You'll probably have to right click that link above and copy the shortcut since I'm sure the forum is going to shorten the very long URL.)
Then untar the file using tar-zxvf psa... (the whole file name). That'll stick the two rpm file into a new directory, most likely called rpm_RedHat7.2 if the 7.3 version is any indication. CD into this new directory.
Then you can call up the .txt file in your browser. It has the installation instructions. Pretty simple...all you're going to do is a single line of rpm -Uhv of the two files. You can cut and paste that directly from the .txt file if you'd like.
Then FTP into one of your sites to test that everything is working.
Murshed: The hotfix works. The way I tested it was to FTP into a couple of my sites to make sure everything still worked as it should. I downloaded and uploaded a file to make sure overwrite as still there, checked to make sure I could chmod a file, etc. Worked flawlessly for me.
The only thing I had to change from my original ProFTPD setup was to swap out ShowDotFiles (which has been depreciated) with LsDefaultOptions so that ProFTPD shows hidden files as a default. My previous config was set up that way so that I can easily see the .htaccess files which are on practically all of my sites. If you didn't have any special configuration before, the hotfix will give you the default ProFTPD setup, so you won't need to do anything else.
AutoSear: You're quite welcome. I figured others would like it ASAP because I know I had been waiting on the official patch release.
Squire