I try to transfer files from remote computer using ssh to my computer : Scp my_file. txt user_id@server:/home this should put my_file. txt in the home folder on my own computer, right? I want to be able to transfer a directory and all its files from my local machine to my remote one.

I am connected to my remote machine via ssh and i ty How do i copy a folder from remote to local host using scp? I use ssh to log in to my server. Then, i would like to copy the remote folder foo to local /home/user/desktop. How do i achieve this? Using the stock 'scp' from a recent windows server 2022 version i was able to use the command from this answer above, but with using a colon in the drive specifier, as the first path segment on the …

How do i achieve this? Using the stock 'scp' from a recent windows server 2022 version i was able to use the command from this answer above, but with using a colon in the drive specifier, as the first path segment on the …