wget -r -c -nc ftp://username:password@ftp.example.com/

-r = recursive
-c = resume
-nc = –no-clobber (skip downloads that would download to existing files)