Linux - How to copy a file over ssh without scp, Copy a file using uuencode

How to copy a file over ssh without scp

The scp command is used to copy the file's over ssh. In some server's you may not have access to scp command or you may be restricted to use the scp command. In such case you can use the uuencode command to copy the files over ssh or from server to your local.

   uuencode -m <filename> <filename>

The topic on Linux - How to copy a file over ssh without scp is posted by - Patel

Hope you have enjoyed, Linux - How to copy a file over ssh without scpThanks for your time

Tech Bluff