wget pass username code example
Example 1: wget username and password
wget --user=remote_user --password=SECRET ftp://ftp.example.com/file.ext
Example 2: wget username and password
wget --user=remote_user --ask-password ftp://ftp.example.com/file.ext
Password for user `remote_user': [SECRET (not visible)]