Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated connection defaults? #4

Closed
ojessen opened this issue Apr 14, 2021 · 3 comments
Closed

Outdated connection defaults? #4

ojessen opened this issue Apr 14, 2021 · 3 comments

Comments

@ojessen
Copy link

ojessen commented Apr 14, 2021

Hi,
I'm not sure if this is a general issue, but the default values for the sftp server seem to have changed. What works for me now is

res_connect = RblConnect(user = bl_user, pw = bl_pw, host = "sftp.bloomberg.com", port = 22)

Best regards,
Owe

@eguidotti
Copy link
Owner

Hi @ojessen and thanks for your message.
Unfortunately it is not possible for me to check this is a general issue. I'll leave it open for a while so that if other users report the same issue I'll update the default parameters.

Best,
Emanuele

@michaelbolger
Copy link

Hi @eguidotti,

I also came across this issue. dlsftp... continues to work for us in some places, but sftp.bloomberg.com seems to be the recommended host (see here).

Kind regards,

Michael

@eguidotti
Copy link
Owner

Thanks @michaelbolger for confirming this.
I have updated the default parameters to host = "sftp.bloomberg.com" and port = "22".
The new release v0.2.4 should fix this. This new version should be available on CRAN in a couple of days.

Many thanks,
Emanuele

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants