#!/bin/bash
ls -FlaR /home/ftp/incoming | mail -s "FTP Incoming" `whoami`
