SFTP Import Node
The Condition node is available in GlobalCapture only.
This node will need to be downloaded from the Square 9 SDN before proceeding.
The Import SFTP node is used for importing documents from a remote location, over a secure channel that does not require the use of a VPN (virtual private network). This removes the need for configuring additional network settings, while still maintaining a secure way to import documents from a remote location.
Node Properties
Title
Add a title for this node. Titles are useful when reading the history in the history of a workflow for easier understanding of the overall process.
Description
Provide a synopsis of what this node is doing, or make note of any important details. This is useful for providing additional information such as workflow details and use case information. A good description is helpful when returning to modify the workflow in the future.
Frequency
Includes settings for Days, Hours and Minutes. By default, this is set to 15 minutes. Setting the frequency is important for how often you’d like for this to execute. For example, if there is a nightly upload we’d want this to run once every 24 hours and can set the frequency to do so.
The workflow will run with the scheduled frequency each time the workflow is saved. Ex. If you set the frequency to 1 hour and save the workflow at 2:42 pm, it will run immediately on save and then again at 3:42 pm and so one. If you were to modify the workflow at 3:15 pm and save, it would run immediately and then again at 4:15.
Data Validation
Data Validation checks to ensure data being added to an index field conforms to the field’s properties such as length and data type.
If enabled, a process error will occur if there is a mismatch.
If disabled, data will populate the field even if there is a mismatch.
Host
Host is the hostname or the IP Address of the SFTP server being used for the import. If you are unsure of this information, consult with you Network Administrator.
Port
Along with the Hostname or IP Address, there will be an associated Port Number to go with this. Generally speaking, port 22 is used by default for SFTP Servers but may differ on your network settings. If you are unsure of this information, consult with you Network Administrator.
Username and Password
While a username and password may not be required by the SFTP Import Node, they may be required in order for the SFTP server to allow access to the documents needing to be imported. It’s recommended to allow read and write access to the Remote Directory, so that the GlobalCapture Engine can import the documents. The username can be formatted as DomainName\Username, or an valid email address.
Remote Directory
The Remote Directory is the location of the document to be imported. This can be a drive letter path or a UNC path (universal naming convention).
Delete Files from source
By default, Delete Files From Source is not enabled.
When disabled, the documents will remain in the Remote Directory. This us useful if you are testing a workflow’s functionality and don’t need to worry about importing the same document(s) being imported consistently.
When enabled, the documents will be removed from the Remote Directory, and imported into the workflow. This is useful for avoiding the same documents being imported consistently.
Use Case
Documents are being uploaded an SFTP Server on a nightly basis at one location, but need to be securely transferred to a different server with the use of a VPN. This is useful to provide a safe method of transportation for the documents while being able to process them through a GlobalCapture workflow to perform additional functions.