$ wget -r ftp://ftpuser:password@example.com/remote/dir/你可以像下面的例子命令验证的FTP服务器定义的用户名和密码。
$ wget -r --user="ftpuser" --password="password" ftp://example.com/subdir/其他参数 你可以使用一些额外的参数给wget命令文件下载使用更多的功能。 -reject jpg,png - 要排除下载JPG和PNG文件。 -nH - 避免了服务器名称命名的目录的创建 -nc - 避免创建一个新的文件,如果它已经存在于目标(它只是跳过)