SCP command 프로그램
I am going to share my program that I made whenever I had time.I made it using SCP command. SCP uses Secure Shell (SSH) to transfer file between client and remote server, It's fast and secure.In this article, I will show you two examples. 1. First example - copying file from several remote serverIf you need to transfer file to several remote server, You can use it below program.The program requi..