sftp access
I need to access files over sftp...can R2 do this? Can someone point me in the right direction please?
posted by: ecollage 25-Jan-2012/6:43:05-8:00
I used psftp.exe (open source command-line interactive SFTP client, Copyright © 1997-2007 Simon Tatham.) from R2 using CALL function. I think there is no direct support for sftp.
posted by: Endo 25-Jan-2012/8:34:18-8:00
You can also use cURL binding from there: http://rebol.esperconsultancy.nl/extensions/cURL/
posted by: DocKimbel 25-Jan-2012/8:38:01-8:00
|