find ./ -type f -mtime +10
Switching the -type to d will do the same for directories. Unfortunately there is no clever hack for beating people who do this kind of thing over the internet.
find ./ -type f -mtime +10
du -h --max-depth=1
1.1G ./share
40K ./games
1.4G ./local
7.1M ./sbin
125M ./src
36K ./X11R6
136M ./bin
14M ./include
1.6G ./lib
4.3G .
/usr/bin/scp user@example.com:~/foo/bar/*.pdf Training/
/usr/bin/scp user@example.com:~/foo/bar/\*.pdf Training/