Amiga.org

Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: orange on April 30, 2006, 01:04:43 AM

Title: Unable to bind port.
Post by: orange on April 30, 2006, 01:04:43 AM
I cannot start RC-FTPd with AmiTCP, it always gives error:

Unable to bind port.
Probably trying to start twice."



I have found probable solution on Internet, here it is:

Quote
After I changed the permission to bind to port 21, RCFTPd ist working
very well.


but how do you change 'permission to bind to port'?
 :-?
Title: Re: Unable to bind port.
Post by: Piru on April 30, 2006, 01:25:42 AM
In your case it is more likely that some application has already bound to port 21, not any permission problem.

Code: [Select]
ftp             stream tcp   nowait root     AmiTCP:serv/ftpd  ftpd      -l -x
perhaps?