Start a conversation

Changing the Backup Directory Path to NAS via FTP When Running Kerio Connect on Linux

Overview

This article provides the process to set up the backup directory path to NAS (Network Attached Storage) using FTP when Kerio Connect is running on Linux.
 

Prerequisite

Access to Kerio Connect server
 


 

Solution

  1. Install the curlftpfs package from the sources.
    Please note that the Curlftpfs should be on 0.9.1 version, as the more recent 0.9.2 version is not compatible with Kerio Connect. You can download the tarball for 0.9.1 from directly Sourceforge. Additionally, you can build the package from the source tarball using the following commands:
    1. Navigate to the directory that has the downloaded tarball package,
      tar -xvzf curlftpfs-0.9.1.tar.gz
    2. Change the directory to the extracted package,
      cd curlftpfs-0.9.1
    3. Run the configuration script to get ready to build the software on your system,
      ./configure
      Note: You may need to install additional dependency packages for your system based on your environment.
    4. Build the package,
      make
    5. And finally, install the package,
      sudo make install
      You can read more about these commands here.
  2. Create a mounting point by using the mkdir command. Here is an example for the command:
       
    mkdir /mnt/my_ftp  
    NAS2.png
     
  3. Run the curlftpfs command with your credentials to mount your remote FTP site.

    Find below sample access credentials and the mount command that correspond to them.  
    • Username: ftp-user
    • Password: ftp-pass
    • Host/IP: my-ftp-location.local
       
      curlftpfs ftp-user:ftp-pass@my-ftp-location.local /mnt/my_ftp/
  4. Wait for the mounting point to complete the process.

 

Back to top


 

Testing

The remote FTP location is now mounted as a folder and is successfully recognized by Kerio Connect.

 

Back to top


Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted
  3. Updated

Comments