This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.
find /mnt/mmc/ -name "*.jpg" | while read filename; do /usr/bin/ftpput -v -u YOUR_FTP_USER -p YOUR_FTP_PASS IP_OR_DOMAIN:21 /FTP_FOLDER/${filename##*/} $filename; done;