Saturday, July 25, 2020

Copy a file to remote host directory



scp -i "key.pem" jdk-8u261-linux-x64.tar.gz root@ip/hostname:/directory

No comments:

Post a Comment

zip an empty folder structure

  find . -maxdepth 1000 -type d -exec zip ftpeu.zip {} +