Problem with SFTP workspace

I have a new Pydio 8.0.2 install on Debian 9.3.0 with ispconfig 3.1.11.
Everything works well, except “ssh file transfer protocol (SFTP)” workspace.
Pydio return an error : “Missing user in node URL”
We have test our sftp user: login & upload file is OK.

This is our workspace configuration:

Host: myhost.xxxxx.xxx
Port: 22
path: /
Fix permissions: detect_remote_user_id
Create: no
User: myuser
Password: mypassword
Session credidential: no
Allow alternative login: no

We saw the Connection attempt in system logs:
2018-02-01 14:33:24 ERROR admin AJXP_Node.php error l.173 message=Missing user in node URL 149bb421925513880cc6af1c60ca8ab5 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0)…

Could you help me?

Thank you.

Hi,
to fix your issue you should enable the plugin named FTP over SSH because the plugin SSH File transfert protocol(SFTP) is not maintained anymore.

Thank tou very much, it works!