How can I send files from a local computer to a virtual machine with RStudio Studio? Of course, I can use the 'Upload' button but I would like to load something regularly on the virtual machine, how different I can do it?
Asked
Active
Viewed 139 times
1
-
You probably have an IP address and user credentials, use SCP. – jay.sf Dec 02 '22 at 11:05
-
Can you give me any example of use SCP? – Zizou Dec 02 '22 at 11:57
-
Which OS is running on the VM and on your machine? – jay.sf Dec 02 '22 at 11:59
-
Windows in both cases. – Zizou Dec 02 '22 at 12:44
-
1Usually, SCP communicates on the command line, but there're also GUIs available, e.g. [PuTTY for Windows](https://putty.org/) which you want to install on your machine only. Here you can find some information: https://vipinyadav.com/blog/how-to-use-ssh-and-scp-windows-10-file-folder-upload/ – jay.sf Dec 02 '22 at 12:49
-
Since this is an RStudio specific question, you might be better help at https://community.rstudio.com/ – MrFlick Dec 02 '22 at 14:42