2014版怎么样文件夹共享呢?
Tofloor
poster avatar
huahaoing
deepin
2014-07-07 22:52
Author
2014版怎么样文件夹共享呢?
Reply Favorite View the author
All Replies
electricface
deepin
2014-07-08 00:33
#1
没有此功能
除非你会配置 samba 服务
Reply View the author
electricface
deepin
2014-07-08 01:00
#2
举一个例子:共享我的图片文件夹(路径: /home/g/图片)
安装samba 服务:
sudo apt-get install samba

修改配置文件 /etc/samba/smb.conf,在末尾加上
[share]
     comment = Deepin File Server Share
     path = /home/g/图片
     browsable = yes
     guest ok = yes
     read only = yes
重启samb 服务
sudo service smbd restart
Reply View the author
阿刀
deepin
2014-07-08 05:30
#3
It has been deleted!
arondes
deepin
2014-07-08 09:49
#4
如果网速够,金山网盘/dropbox等可以
Reply View the author