Logins to the ftp server take a long time, after that things run smooth
Possible causes:IDENT (RFC931) lookup is enabled in WU-FTPD. This has a timeout of 10 seconds.If the protocol (port 113) gets blocked by a firewall or suchlike, it willwait for timeout. If it is 30 seconds and you are using Redhat >= 7 with x.netd,disable AUTH in inetd as well. Change the entries in /etc/xinetd.d/ftp thatread:
log_on_suclearcase/" target="_blank" >ccess += DURATION USERIDRemove the 'USERID' from both.Any other time period: DNS is broken for the IP address the connection iscoming from.
log_on_failure += USERID