#! /bin/sh


for name in `find -name "*.so"`

do 

    echo "$name"

    tftp -p -r $name serverip

done