copy multiple files from ftp
wget -mbr --user="usernamehere" --password="passwordhere" "ftp://server.com//Admin/*"
in above command change username and password to your user id and password and change server.com to your ftp server and /admin to the directory you want to copy