Midnight Commander 允许与 SMB 服务建立网络连接(如果编译时支持 SMB 文件系统)。
详细说明如何建立 SMB 连接的帮助内容如下
SMB File System
The smbfs allows you to manipulate files on remote machines with SMB (or CIFS)
protocol. These include Windows for Workgroups, Windows 9x/ME/XP, Windows NT,
Windows 2000 and Samba. To actually use it, you may try to use the panel
command "SMB link..." (accessible from the menubar) or you may directly change
your current directory to it using the cd command to a path name that looks
like this:
smb://[user@]machine[/service][/remote-dir]
The user, service and remote-dir elements are optional. The user, domain and
password can be specified in an input dialog.
Examples:
smb://machine/Share
smb://other_machine
smb://guest@machine/Public/Irlex
这似乎表明输入域的唯一方法是通过弹出对话框。有没有办法在 Midnight Commander 命令行中指定域?
我希望有类似“cd smb://username:domain@machine/share”的内容。有谁知道是否有办法在 Midnight Commander 内部命令提示符处指定 Windows 域?
任何正确方向的指示将不胜感激。