$command = "scp $user\@$ip:$source/$_ $staging/$_";
print("$command\n");
system($command);