Implementing SFTP Receive in EBI 2.6
Below are the requirements to setup SFTP Receive in EXTOL Business Integrator Business Process Script.
1. Storage Node.
- Step: Assign a Storage Node Variable
2. Server Username.
- Step: Assign Constant/Variable for SFTP username
3. Server Password.
- Step: Assign Constant/Variable for SFTP password
4. Server Hostname/IP.
- Step: Assign Constant/Variable for SFTP server address
5. SFTP Port.
- Step: Assign SFTP port for server
- Note: Customarily this is port: 22
6. SFTP Remote Path.
- Step: Assign constant/variable SFTP remote path
7. SFTP Local Path.
- Step: Assign constant/variable SFTP local path
8. Delete Remote File(s).
- Step: Assign Boolean (True/False)
9. SFTP Connection Timeout.
- Step: Assign constant/variable for timeout period
1. SFTP Filenames -- array.
2. Filename Filter -- variable/constant.
By: Sean Hoppe on