Catatan Ku

Coretan Seorang Hamba

About Me

My Photo
Martha
Seorang Manusia Yang berasal Dari Air yang Hina, Berkat Rahmat Tuhannya dia dimuliakan dengan diciptakan sebagai Manusia. Dan akan berpulang menjadi bangkai yang di mkan ulat-ulat
View my complete profile

Popular Posts

below script for get file one day from sftp protocol

echo "pass : print_of_pass "
sftp HCPTRoaming@10.64.1.253 <<EOF
lcd /svw/svprod/data/server/roaming/roaming/input/tap_all
cd /mnt/ftphome/incoming/
mget -P  CD*
EOF

cd /directory_temp
today1=`date +%Y%m%d`
today2="0859.59"
today=$today1$today2
echo "----$today";
yest1=`TZ=GMT+17 date +%Y%m%d`
yest2="0900"
yest=$yest1$yest2
echo "----$yest"
touch -t $yest begin; touch -t $today end; find . -newer begin -a ! -newer end |cut -d/ -f2  > list_2day.lst

echo "3. copy file yg di list list_2day.lst to folder /directory"
echo    "for x in `cat list_2day.lst` ; do cp -p $x ../tap/ ; done" 
for x in `cat list_2day.lst` ; do cp -p $x ../tap/ ; done

Leave a Reply