Mirror data with wget over FTP

Here is a very simpel command which already used me well when copying a whole directory structure from one server to another::

wget --mirror --ask-password ftp://user@host/myfolder

i think this line is quite self-expaining 😉