FTP supported or not?

(from github.com/draganpodvezanec)
Hi,

Just trying fess 12, and I don’t see FTP support, but I see that

Is closed. So, is FTP supported or not?

Best regards.

(from github.com/marevol)
FTP is supported in File System Crawling.

(from github.com/draganpodvezanec)
Hi.

Thank you for answer.

I’m trying to crawl local FTP server on LAN which has no authentication (anonymous allowed, I can browse it in any web browser without authentication).

When I try to run a job, I see in crawler log:

2018-02-14 09:59:23,218 [WebFsCrawler] INFO Target Path: ftp://10.40.62.1/
2018-02-14 09:59:23,418 [Crawler-phtwk2EB7Fs2Bzh0IzrQ-1-1] INFO Crawling URL: ftp://10.40.62.1/
2018-02-14 09:59:23,742 [Crawler-phtwk2EB7Fs2Bzh0IzrQ-1-1] INFO Failed FTP request: 530 Please login with USER and PASS

I try also to create “anonymous” user with “guest” password, and use

{user}anonymous in permissions

But I get the same error. Do you have an idea how can I crawl anonymous FTP?

(from github.com/marevol)
See File Authentication, not users and permissions.

(from github.com/draganpodvezanec)
Thank you, it works fine now.