How to use smb4k with non-standard port?.
I have tried to connect to a share that uses smb port 4445 (instead of 445) and I have not been able to connect with smb4k
What is the configuration for the assembly?
PD: Commands that I have used in terminal to see if smb4k it works
path:
smbclient -p 4445 //192.168.1.242/shared -U root -N
Mount:
sudo mount -t cifs //192.168.1.242/shared ~/smb4k/ -o username=root,password=,port=4445
Config:
~/.config/smb4krc
then the problem is the GUI because the previous ones work
