You can access password protected FTP sites to download files only. To access an FTP site, use the following syntax to open the location:
ftp://username:password@ftp.domain.com
Here’s an example:
Domain name: estreet.com
FTP username: testuser
FTP password: testpassword
To access that FTP site in a browser you’d enter it like this:
ftp://testuser:testpassword@ftp.estreet.com
You can also leave off the password to force someone to put it in.
ftp://username@ftp.domain.com