How to use --smb-host?

I wanted to take out the host in smb remote and tried the --smb-host parameter.

rclone --smb-host nas: prompts that this usage is incorrect

I searched the forum and couldn't find the usage of this parameter. How should I use it?

Related Links:
SMB / CIFS
rclone

I figured out that the --smb-host option is only used to specify the SMB server address on the command line and cannot be used to retrieve the address.

usage:

rclone lsd --smb-host 192.168.1.9 nas:

To get the address you can use:

rclone config show nas:

hi, check out my howto guide, using and comparing smb using rclone versus smb using OS.
https://forum.rclone.org/t/how-to-access-smb-samba-with-rclone/42754