myself shell
1. scp
#!/bin/bash
filepath=$(cd "$(dirname "$0")"; pwd)
scp $filepath/delivery/release_$1/$2_$3.full.tar root@10.0.64.231:/usr/local/nginx/html/delivery/vod/$2
1. scp
#!/bin/bash
filepath=$(cd "$(dirname "$0")"; pwd)
scp $filepath/delivery/release_$1/$2_$3.full.tar root@10.0.64.231:/usr/local/nginx/html/delivery/vod/$2