"An error occurred opening that folder on the FTP Server. Make sure you have permissions to access that folder. Details: 200 227 ..."
The server log is:
Number of clients: 1
client: USER Test
client: PASS test
User logged in: Test
client: opts utf8 on
client: PWD
client: CWD /
CurrentPath: /
client: TYPE A
client: PASV
client: noop
client: CWD /
CurrentPath: /
client: TYPE A
client: PASV
DataConnection_Close
It seems for me, that you mix two different things: You can use ftp server, but it is not the same like mapped drives: for mapped drives you have to use smb protocol, and for windows 10 you have to switch to smb2 or smb3, because by default the older smb1 protoll is not installed.
It seems for me, that you mix two different things: You can use ftp server, but it is not the same like mapped drives: for mapped drives you have to use smb protocol, and for windows 10 you have to switch to smb2 or smb3, because by default the older smb1 protoll is not installed.