Difference between revisions of "Seon Enterprise - Fetch files from (S)FTP server"

From Seon
Jump to: navigation, search
(New page: Seon offers an easy way to create Seon Enterprise receive jobs from FTP server content. This solution is based on two mechanisms: *Mount remote server directory as a local directory *Confi...)
 
Line 10: Line 10:
 
== Install required packages ==
 
== Install required packages ==
 
You need to install the following packages for (S)FTP mounting:
 
You need to install the following packages for (S)FTP mounting:
  apt-get install sshfs curlftpfs
+
  apt-get -y install sshfs curlftpfs

Revision as of 09:24, 27 May 2014

Seon offers an easy way to create Seon Enterprise receive jobs from FTP server content. This solution is based on two mechanisms:

  • Mount remote server directory as a local directory
  • Configure the Seon Directory Scanner to that mounted directory

This documentation covers all technical aspects to implement a functionality to automatically fetch new files from an (S)FTP server.

Assumption

All details explained here are based on the freely available pre-installed Seon VMware virtualized image, which is also available for other virtualization solutions via OVA. In general, all solutions explained here can be used in any modern Linux environment.

Install required packages

You need to install the following packages for (S)FTP mounting:

apt-get -y install sshfs curlftpfs