Configure jobs for Keyence CV-X Intuitive Vision System
The FTP upload type is used for the automatic backup of Keyence CV-X projects.
- Create a job with the FTP upload type.
- In the FTP server field under FTP settings, enter the IP address of the FTP server to establish a connection.
- From the Connection type dropdown menu, select the connection type to be used for communication.
- WodFtp is set as the FTP client library by default.
- In the Port field, enter the port to be used for communication. Port 21 is set by default. You may need to enable the port in your firewall.
- If you want to use passive FTP, select the checkbox.
-
Select the Follow Symlinks checkbox to back up files in directories that can be reached via symlinks (symbolic links).
-
In the Username and Password fields, enter the credentials of the user whose account will be used to access the server. Depending on your FTP server configuration, this step may be optional.
-
Alternatively, an upload can be carried out without a username or password by using Public-Key-Authentication.
Prerequisite: The connection type SFTP (SSH) and the FTP client library libcurl must be configured.
In this case, the Using Private key checkbox and a Private key field are displayed.
- Select Using Private key.
- In the Private key field, enter the path to your private key file.
- If a passphrase was used when generating the public and private keys, enter the username and password in the corresponding fields.
-
If the data is stored in a subdirectory of the FTP server, enter the path of the subdirectory in the Subdirectory field.
Info
Access to the subdirectory must be possible with the specified credentials. octoplant supports up to 10 subdirectories per job.
If only one subdirectory is specified, the entire path on the FTP server is not displayed in the backup, but only the last directory in the path:
Example: Path on the FTP server:
/Folder1/Subdirectory1/*Structure of the backup:Archive.zip/*If several subdirectories are specified, the entire directory structure is included in the backup.Example:
Path on the FTP server:/Folder1/Subdirectory1/Subdirectory2and/Folder1/Subdirectory1/1234
Structure of the backup:Archive.zip/Folder1/Subdirectory1/Subdirectory2andArchive.zip/Folder1/Subdirectory1/1234 -
To ensure that the the login to the FTP server is possible with the specified credentials, select the Check button. If the check is not successful, the job will also fail.
-
Under Advanced, you can reduce the network load caused by the job by increasing the value of the Sleep interval between data packets field and reducing the value for Maximum size of data packets.
Higher values for the waiting time and lower values for the maximum packet size mean that the job execution takes more time.
-
Select the Upload only when timestamp is different (reduces network load) checkbox to ensure that the timestamp instead of the content of the files is checked during the upload. This means that only new and edited files are uploaded for a backup. Files without changes are transferred from the previous backup, which further limits the network load.
Related topics