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?