omegahat / RCurl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SFTP on Windows

stanstrup opened this issue · comments

Hello,

I cannot get SFTP to work on windows.
I get the error Failure establishing ssh session when trying with RCurl::ftpUpload.

curlVersion()$protocols reports sftp as supported.

I tried the same code on linux and it works (after painfully getting SFTP support for curl).
So there seems to be some windows specific issue.

Any clue?

I am experiencing the same issue

@stanstrup I solved it by using the curl library rather than RCurl. https://github.com/jeroen/curl

Is there any solution for this instead of using curl?