![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem trying to access a database | chriss_58 | Shell Programming and Scripting | 1 | 06-12-2008 02:35 AM |
| Urgent: ACCESS PROBLEM | skyineyes | Shell Programming and Scripting | 3 | 07-11-2007 05:57 AM |
| UNIX, remote access problem | pdepa | UNIX for Advanced & Expert Users | 1 | 12-03-2003 12:54 PM |
| Need someone to help, MySQL problem, no root access | _hp_ | Security | 6 | 08-15-2002 06:57 PM |
| ftp access problem | bache_gowda | UNIX for Dummies Questions & Answers | 1 | 09-17-2001 10:06 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
FTP access problem
Hi dear all
When i try to connect to an ftp site it shows the following error "An FTP authentication failure occurred while trying to retrieve the URL: ftp://xyz.org/ Squid sent the following FTP command: PASS <yourpassword> and then received this reply User anonymous cannot log in" I have Squid Proxy Server running on RHEL 4. Any assistance from ur side will b appreciated. Regards Iftikhar |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
In the ACL list of SQUID is the domain xyz.org allowed. It is denying the connection.
|
|
#3
|
|||
|
|||
|
Thanks for ur help.The domain is allowed in acls and there is no restriction for this domain.
|
|
#4
|
||||
|
||||
|
It looks like squid is not sending a username. try changing the url to be:
ftp://<username>@xyz.cm and (even more insecure from a sniffing the network point of view) even: ftp://<username>:<password>@xyz.com |
||||
| Google The UNIX and Linux Forums |