Search found 2 matches

by snowman
31.10.2013, 11:58
Forum: Bug Reports
Topic: FTP delay transfer
Replies: 4
Views: 52286

Re: FTP delay transfer

I burnt one of Google's search servers :D


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
Thanks for the inspiration :)
by snowman
31.10.2013, 10:59
Forum: Bug Reports
Topic: FTP delay transfer
Replies: 4
Views: 52286

Re: FTP delay transfer

I ran into same problem with FC and proFTPd, FTP command LIST /File.txt produces error 227 Entering Passive Mode (172,27,27,21,195,5). LIST /File.txt 150 Opening BINARY mode data connection for file list 150 Opening BINARY mode data connection for file list 450 /File.txt: No such file or directory -...