1

I am using the RCurl package in RCloud to transfer file from RCloud to SAS. Unfortunately, the underling curl function currently doesn't support SFTP. When I run:

curlVersion()$protocols

That's what I get:

 [1] "dict"   "file"   "ftp"    "ftps"   "gopher" "http"   "https"  "imap"

 [9] "imaps"  "pop3"   "pop3s"  "rtsp"   "smb"    "smbs"   "smtp"   "smtps" 

 [17] "telnet" "tftp"  

Any idea how I can update RCurl to include sftp?

Gordon
  • 19,811
  • 4
  • 36
  • 74
Mersh568
  • 11
  • 2
  • Glad to hear you are using RCloud but this question doesn't have anything to do with RCloud, just RCurl. I found this near-duplicate but it doesn't look like the answer is complete: https://stackoverflow.com/questions/46411969/sftp-with-r-sftp-not-a-protocol-with-rcurl – Gordon Nov 08 '19 at 19:55

0 Answers0