I have installed R studio on my local laptop and trying to access files located in AWS server (Windows).
I do not want to use FTP protocol. What are other possible ways to remotely access the files located on a remote server?
How to use SCP/SSH protocol to access files on AWS server?
My objective is to work and analyze log files generated by a remote server.
I am looking to find a way to get through to access the files first. Once my first hurdle is achieved, later I'll import the files into spark environment using "sparklyr".
Kindly help me get access to these files