Report this

What is the reason for this report?

How to connect to FTP/SSL from CloverETL

Posted on November 21, 2020

I am trying to connect to the FTP/SSL from but I am getting error - Failed to read file metadata, Connection refused.

Blow is what I am used to list down files from the location but job failed. ftp://user:password@host/location/*.txt

Any help on this will be greatly appreciated.

TIA



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hello, @ibvkintern

You should be using SFTP to connect to your droplet to Securely Transfer Files with a Remote Server.

By default, SFTP uses the SSH protocol to authenticate and establish a secure connection. Because of this, the same authentication methods are available that are present in SSH.

You can use the root username and password in order to access your droplet using sFTP. If you’re unable to access the droplet using the ssh you can also reset your password.

I will recommend you to double check these article:

https://www.digitalocean.com/community/tutorials/how-to-use-sftp-to-securely-transfer-files-with-a-remote-server

Hope that this helps! Regards, Alex

Hello, @ibvkintern

You should be using SFTP to connect to your droplet to Securely Transfer Files with a Remote Server.

I will recommend you to double check these article:

https://www.digitalocean.com/community/tutorials/how-to-use-sftp-to-securely-transfer-files-with-a-remote-server

Hope that this helps! Regards, Alex

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.