Upgrade Openfire on CentOs (Quick Advice Needed)

Hello community,

I have downloaded Openfire version 3.9.3 on my vps to update my current version via

wget http://www.igniterealtime.org/downloads/download-landing.jsp?file=openfire/openf ire-3.9.3-1.i386.rpm

Server confrims it has downloaded.

I attempt to type # rpm -Uvh openfire-3.9.3-1.i836.rpm

it comes up with - error: open of rpm failed: no such file or directory.

Is there something, I am doing wrong?

The wget command you ran should have noted that the filename was saved as ‘download-landing.jsp?..’, check out the ‘-O’ option to wget or simply rename the downloaded file.

Hey Daryl,

I used FTP to transfer the file from my local machine to the vps.

thank you for your reply, will use your solution for anytime a problem like this comes up.