Connect to Volumio from other computer

I’m using Volumio on a Raspberry Pi5. This version have a SATA conector to plug a SSD.
I would like to know if its possible to add FTP functionality to Volumio, in order to place music on the SSD, from another computer.
I start Filezilla program, connect using SFTP on port 22, login with one of the user accounts and mine in. It shows:

Status: Waiting to retry…
Status: Connecting to 192.168.1.98…
Response: fzSftp started, protocol_version=11
Command: open Pi@192.168.1.98 22
Error: Could not connect to server

I need your help for FTP with Volumio on Rasberry Pi5 to copy cut edit file from computer!
Thanks a lot.

Hey @Cuong,

User on Volumio-OS is static/predefined: volumio (username must not be changed, password must not be changed, or your Volumio-OS system will be broken)

With FileZilla your connection protocol schould be sftp

Although it is possible, use of this method is discouraged, where the most prominent obstacle is that the media assets must be owned by UID:GID = nobody:nogroup.

For this reason the Volumio-OS uses smb/nmb (Samba) as file transfer daemon.

Kind Regards,