Link to home
Start Free TrialLog in
Avatar of selas
selas

asked on

socket error #10013 access denied delpi idftp (non admin user rights - limited user) - any solution?

i get error in my program that i wrote with delphi 7 and i used idftp component. i tested my program on windows xp "admin" rights, it works Ā fine, but on limited user rights that don't have "admin right "my program show error "socket error #10013 access denied ". is any change to solve this problem?
ASKER CERTIFIED SOLUTION
Avatar of TName
TName

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of selas
selas

ASKER

hm...
i commented my code where i connect to ftp server and recompiled, and it works without errors, so error appears then it connect to ftp server. Maybe is any component that could connect to ftp without using RAW SOCKET. i read you hyperlink that you posted, but it don't helped for me. is any other solution?
>so error appears then it connect to ftp server.
When you try to connect to the ftp server via idftp, or any time you try to access the internet?
Does your application pass the firewall anyway?
If not, then commenting out that code alone won't really shed light on the issue - (try to access the internet by other means from within your application, to see if it works)
Also, does the firewall allow access to the port used by idftp (21 probably)?
Avatar of selas

ASKER

i found error. The idIcmpClient component don't work on limited user pc. So i it removed, and my program works fine. idFtp works fine too on limited user. Thanks for help.