From a Linux computer you can connect to the Kwilt as a network drive because Kwilt acts as a samba server.
Here are the commands should you want to do it from command line:
Listing shares (attached storage devices):
------------------------------------------
$ smbclient -L 192.168.2.120
WARNING: The "syslog" option is deprecated
Enter WORKGROUP\user's password:
Sharename Type Comment
--------- ---- -------
C56C-A418 Disk
ProductCode_59 Disk
IPC$ IPC IPC Service (Samba 4.8.4)
Reconnecting with SMB1 for workgroup listing.
Server Comment
--------- -------
Workgroup Master
--------- -------
WORKGROUP
Listing content of a share (one storage device):
------------------------------------------------
$ smbclient "//192.168.2.120/C56C-A418"
WARNING: The "syslog" option is deprecated
Enter WORKGROUP\user's password:
Try "help" to get a list of possible commands.
smb: \> ls
. D 0 Wed Dec 31 19:00:00 1969
.. D 0 Wed Dec 31 20:29:45 1969
LOST.DIR D 0 Mon Mar 16 16:10:32 2020
.RecycleBin DH 0 Mon Mar 16 16:17:40 2020
test D 0 Thu Mar 26 23:23:44 2020
.KwiltCast DH 0 Fri Mar 27 12:59:10 2020
7806048 blocks of size 1024. 7797144 blocks available
smb: \> exit
Mounting a share (one storage device):
--------------------------------------
$ sudo mount.cifs "//192.168.2.120/C56C-A418" /mnt/C56C-A419
Password for root@//192.168.2.120/C56C-A418: *
user@user:~$ ls -la /mnt/C56C-A419/
total 4
drwxr-xr-x 2 root root 0 Dec 31 1600 .
drwxr-xr-x 15 root root 4096 Jun 8 12:07 ..
drwxr-xr-x 2 root root 0 Mar 27 12:59 .KwiltCast
drwxr-xr-x 2 root root 0 Mar 16 16:10 LOST.DIR
drwxr-xr-x 2 root root 0 Mar 16 16:17 .RecycleBin
drwxr-xr-x 2 root root 0 Mar 26 23:23 test
Also from any web browser on the Linux machine you can access the mykwilt.com web interface.