ftp_user |
This directive contains the password Squid sends when logging in to anonymous FTP servers. Convention dictates that anonymous FTP clients send the user's email address as the login password. Most anonymous FTP servers accept an abbreviated form with only a username followed by @ (e.g., joe_blow@). You probably won't need to change this directive unless you encounter a very picky FTP server.
Syntax |
ftp_user email-address |
Default |
ftp_user Squid@ |
Example |
ftp_user joe_blow@company.com |
Related |
ftp_list_width, ftp_passive |