how to scp without one file type code example
Example: how to scp without one file type
rsync -av --exclude '*.chk' user@server:/This_is_disance_location ./
copy from sever to here
rsync -av --exclude '*.chk' user@server:/This_is_disance_location ./
copy from sever to here