scp current folder without subfolders
I have folder with some subfolders. I want to scp only items in current folder without subfolders in that folder.
If I do:
Copy Files From Azure VM To Home Mac
I have a VM in Azure. And a mac at home. I am currently SSHed into my Azure VM from my Mac. I am trying to copy a file from my Azure VM to my home Mac. And the command fails.
scp function in .zshrc file can’t handle multiple files
Just wrote a fuction in the .zshrc file which looks like
scp a file if I need to pass multiple ssh severs with different port
I am trying to scp a file from remote server2 with port 4748 to my local sever3. But to get to server2 first have to login to another remover sever1 with port 22. Can you pleas me I am already very much confused with the “ProxyCommand”. But I really don’t understand how it can help me here.