Opened 4 weeks ago
Closed 2 weeks ago
#13165 closed Bug report (rejected)
FileZilla server 1.9.2 anonymous access bug
Reported by: | Paul | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Server |
Keywords: | anonymous | Cc: | Paul |
Component version: | 1.9.2 | Operating system type: | Windows |
Operating system version: | windows 11 pro 23H2 |
Description
I have a windows 11 pro 23H2
and a FileZilla server 1.9.2 installed
I set config:
User: anonymous
User is enabled
Do not require authentication
Then i trying to connect with anonymous to my server i see next:
server log:
<Date/Time> Info [Type] Message
<04.10.2024 11:35:48> FTP Session 8 127.0.0.1 [Trace] Session 0x20831d00290 with ID 8 destroyed.
<04.10.2024 11:35:53> FTP Session 9 127.0.0.1 [Trace] Session 0x20831cfe280 with ID 9 created.
<04.10.2024 11:35:53> FTP Session 9 127.0.0.1 [Response] 220-FileZilla Server 1.9.2
<04.10.2024 11:35:53> FTP Session 9 127.0.0.1 [Response] 220 Please visit https://filezilla-project.org/
<04.10.2024 11:35:53> FTP Session 9 127.0.0.1 [Command] USER anonymous
<04.10.2024 11:35:53> FTP Session 9 127.0.0.1 [Response] 503 Use AUTH first.
<04.10.2024 11:35:53> FTP Server [Status] Session 9 ended gracefully.
<04.10.2024 11:35:53> FTP Session 9 127.0.0.1 [Trace] Session 0x20831cfe280 with ID 9 destroyed.
at filezila client log:
220-FileZilla Server 1.9.2
Please visit https://filezilla-project.org/
Regular FTP is not secure. Please switch to FTP over TLS.
Command: USER anonymous
Answer: 503 Use AUTH first.
Error: Unable to connect to server
The same configuration on FileZilla server 1.8.2 with user anonymous -- work perfectly.
By default FileZilla Server only allows FTP over TLS. If you want to use insecure plain FTP (which is insecure), you need to manually enable it.