wget

wget… just as user-friendly as tar ;)

wget -r -N –no-parent http://server.tld/directory/ –level 1 –accept “*.mp3” -nd -e robots=off -U “custom user-agent” -b

downloads all files in the remote directory without creating a hierarchy, without traversing links and only getting mp3 files – rewriting the timestamp, ignoring robots.txt and listing itself as my custom user-agent – runs in the background and logs all activity to a file in the directory