我正在尝试使用RStudio中的scp直接访问远程日志文件。我可以从命令行使用scp,它工作得很好。但在RStudio中我收到以下错误:
libcurl
中不支持或禁用协议“scp”如何启用scp?
我正在使用带有RStudio的curl和RCurl库
环境:
平台x86_64-apple-darwin13.4.0
拱x86_64
os darwin13.4.0
system x86_64,darwin13.4.0
状态
专业3
小2.0
2015年
月04日
第16天
svn rev 68180
语言R
version.string R版本3.2.0(2015-04-16)
绰号充满了成分
答案 0 :(得分:0)
我花了几个小时解决这个问题。此链接解决了我的问题。
按照此链接重新安装curl-https://askubuntu.com/questions/1128780/how-to-build-the-latest-curl-from-sources-to-allow-downloading-files-via-sftp
然后,重新安装RCurl:
install.packages("RCurl",type="source")