ftpcopy: fatal: received unwanted answer to LIST: 426 Data connection: Illegal seek.
This option allows to add one or more IP addresses, separated by commas, to the internal list. It may be given more than once.
Note: If you are not behind a NAT gateway, then do not use this option without thinking: FTP redirects may be used to launch denial of service attacks against innocent targets.
ftpcopy \
--exclude '*.cdb' \
--exclude '*software/precompiled*' \
cr.yp.to / /private/file/0/mirror/cr.yp.to
This means: i'm not interested in .cdb files. precompiled stuff is
also not downloaded. the host to connect to is cr.yp.to. the
remote directory is /. and
/private/file/0/mirror/cr.yp.to is the local directory.