https://wiki.koozali.org/Ftp
with sme11 no more insecure plain text password exchange.
we use explicit encryption, not implicit.
ftpes:// is mandatory.
also depending on your network setting you need to open passive ports
Thanks for the help. After switching Filezilla to SFTP mode I can access the test server using the root login and see anything I need to. Normally I only use this mode when I need to create a custom template on the server since files are created with the ownership root:root.
Under SME10 I used admin login in Filezilla for working with files in the ibays since that sets file ownership as admin:shared which seems to be needed to make them usable from a web browser. However on the SME11 test server I still cannot log in as admin. SFTP does not work when connecting admin so I switched Filezilla back to FTP and changed "Use explicit FTP over TLS if Available" to "Require explicit FTP over TLS". Still no luck. I've tried changing the transfer settings in Filezilla from Default to both Active and Passive and neither mode is allowing a connection from admin.
Based on the page about FTP that you pointed me to I downloaded the /etc/proftpd.conf file and took a look at that first and compared it to the same file from SME10. I noticed that PassivePorts is a new entry for SME11. I then downloaded the templates that create the proftpd.conf file from the test server and found the fragment that creates the PassivePorts line, noticing that it pulls the value from the TCPPorts property of the ftp configuration (not TcpPorts as shown in the documentation). Based on that I did the following:
config setprop ftp TCPPorts 21:49200:49999
signal-event post-upgrade; signal-event rebootAfter the test server restarted I again tried connecting Filezilla as admin and was still unable to connect to the test server.
The proftpd.log file on the test server contains this after the failed attempt:
Apr 21 15:25:27 www proftpd[2365]: tcpsvd: info: status 0/40
Apr 21 15:25:32 www proftpd[2365]: tcpsvd: info: status 1/40
Apr 21 15:25:32 www proftpd[4173]: tcpsvd: info: pid 4173 from 10.0.3.246
Apr 21 15:25:32 www proftpd[4173]: tcpsvd: info: concurrency 4173 10.0.3.246 1/4
Apr 21 15:25:32 www proftpd[4173]: tcpsvd: info: deny 4173 www.test.local:10.0.3.234 ::10.0.3.246:55528 ./peers/0
Apr 21 15:25:32 www proftpd[2365]: tcpsvd: info: end 4173 exit 100
I checked the proftpd.conf file again and discovered that the PassivePorts line looked like this:
PassivePorts 21 49200:49999I'm guessing this should probably be bug reported since I would think that all colons should have been converted to spaces when the template was expanded.
Anyone have any further thoughts on what I might need to set up to connect to the SME11 server using Filezilla while logging in as admin?