Hard File System: Installing a fresh copy
From CFTP
- Download the latest version of the plug-in.
- Unzip the downloaded file hardfilesystem-x.xx-bin.zip into a temporary directory of your choice.
- Copy all the unzipped JAR files into the lib directory of your FTP server overwriting existing files. Manually remove old versions of duplicate JAR files.
- Run the update script in your FTP server directory to update the start-up scripts.
Next you have to update the conf/beans.xml file in your FTP server. Edit the file in you favourite editor, locate the current filesystem bean and replace it with the following:
<bean id="filesystem" class="com.coldcore.coloradoftp.plugin.hardfilesystem.HardFileSystem"> <constructor-arg index="0" value="conf/hardfilesystem.xml"/> </bean>
Hard File System is now installed and will read configuration from the conf/hardfilesystem.xml file in your FTP server.
Return to Plug-in: Hard File System