copy find DIR_PATH -name "*.ext" -exec COMMAND {} \; For example: copy find /home/ftpuser/public_html/ftparea/ -name "*.jpg" -exec cp -uf "{}" /your/destination \; View gist