How to import product images programmatically with the use of custom script in magento 2?

I have all product images in one folder. Images are in path like – pub/media/Fotos/MA/{{ sku }}/

So need to import images as per SKU folder. I want dynamic script for it.