Sir,
Thanks for your suggestion.
As per your suggestion, I have changed followings on squid -
1. Added the below mentioned line on squid.conf -
acl ftp proto FTP
http_access allow ftp
http_reply_access allow all
2. Increased debug level to 9. After that I got following FTP log from squid -
1301724942.110 3848 192.x.x.x TCP_MISS/401 996 GET ftp://xyz.com/ ab.cd DIRECT/74.208.x.x text/html
I googled with "TCP_MISS/401" and found that its actually authorization problem from FTP server. May be I am wrong also.
After that I have tried to access with "ftp://username:
password@xyz.com". It is giving the following message - "you are about to log into the site "xyz.com" with the username "username". After clicking OK, it is prompting me username and password again. I have checked the log again and found the same log message.
Please help.