I'm using Putty SSH client to connect to my Raspberry Pi (w/ Raspbian) from my windows 10 computer. Now that I'm in, I'd like to be able to copy my file from my windows computer's desktop called file.txt, to my Raspberry Pi's desktop. How can I do this?
I am using rclone on windows and i setup configuration file for mega.nz. I tested the setup and the syncing is working fine. But i am having problems excluding folders from the syncing. I want to exclude all folders with the name cache. I created a file exclude.txt and in the file i inserted this "/cache/**". Then i appended this parameter --exclude-from exclude.txt to my command but the folders with the name cache are not excluded.
e2b47a7662