I’m trying to use ListFiles competent against an SFTP site. I’ve connected to the site fine via command line (Linux CentOS) on the server where Clover is hosted, so there aren’t any external factors at play. I’m directly typing in the credentials (no special characters in username or password) into Clover but I always get a “Connection Refused” error immediately. Are there any known issues with connecting to SFTP sites?
Hi dfkid,
There might be another caused to why CloverETL is refusing to connect with the sFTP, but first I would need a execution with better login. Please follow the instructions below:
- Download the file (graph) attached
- Copy the graph into your CloverETL Server sandbox.
- Run it. The graph enables logging of jsch library which handles sftp
connections.
- If it finishes successfully, please run your original graph with log level
set to DEBUG.
- Send me the whole log file of the original graph run with confidential
information omitted.
Vendor and version of the sFTP server?
Just to follow up, I was able to resolve the issue. The project was a copy from another sandbox and the FTP parameters were variables. For some reason, I had to manually retype them and it worked. Maybe something was corrupted, idk, but it works now and visually it looks like the same value for the sftp URL. So not really sure what happened.