Link to home
Start Free TrialLog in
Avatar of Koning
Koning

asked on

ftp client error, what causes the login process to time out

I am running  proFTPD server on  my system. When i use filezilla ftp client i get the folllowing error when i try to access the files on my server. What is causing this error? See attached file for exact screenshot of the issue.
ftpd-error-message.PNG
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

That is normal behavior for Filezilla.  It does not stay connected when it is not doing anything.  It reconnects immediately when you access something again.
FTP MLSD command out of nowhere. Seems odd, since no directory listing was requested.

First off, get out of FileZilla + debug this on the command line.

Try sftp -vvv user@domain.tld + my guess is this will surface detail you require to debug your connection.
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

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