使用mount
mount -t smbfs //guest:@192.168.0.132/UDE-Mac /Volumes/UDE-Mac
使用mount_smbfs
其实mount_smbfs 代替了 mount -t smbfs
mount_smbfs //guest:@192.168.0.132/UDE-Mac /Volumes/UDE-Mac
使用action script
open location "smb://guest:@192.168.0.132/UDE-Mac"
end tell```
网友评论