
If using proftpd as FTP server you must use NoErrorIfAbsent in ListOptions in order FC and some other ftp clients to work without delay.
proftpd.conf
Code: Select all
ListOptions "-l" NoErrorIfAbsent

Code: Select all
ListOptions "-l" NoErrorIfAbsent