Hard File System: Installing a fresh copy

From CFTP

Jump to: navigation, search
  1. Download the latest version of the plug-in.
  2. Unzip the downloaded file hardfilesystem-x.xx-bin.zip into a temporary directory of your choice.
  3. 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.
  4. 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

Personal tools