Hello,
In my tests, I’m trying to download files from a FTP server. To be precise it is ftp://ftp.bmf.com.br/MarketData/.
but I keep getting this error
REvalError: Error in function (type, msg, asError = TRUE) : Failed to connect to ftp.bmf.com.br port 21: No route to host
I have already tried to create a VPN connection as in https://docs.travis-ci.com/user/common-build-problems/?utm_source=blog&utm_medium=web&utm_campaign=ftp_blog#ftpsmtpother-protocol-does-not-work
but it didn’t work… Have someone experienced a similiar issue?