Some password protected FTP sites can be visited by anonymous users but if you don’t input user name and password the protected contents won’t show up.
In web browser address bar, use
ftp://(user name):(password)@(ftp_site_address)
In shell,
wget --user=XXX --password='XXX' ftp://ftp.XXX.edu/*