我试图在Linux下安装云存储,但是通过一个SOCKS代理。
我发现的一个建议解决方案是使用davfs2,但据我所知,它只支持Http代理。我试过这个:
sudo apt-get install davfs2
#enable the following in /etc/davfs2/davfs2.conf
use_proxy 1
proxy 192.168.147.1:100 #my socks proxy
# add the following to /etc/fstab
https://dav.box.com/dav /home/user/box.com davfs rw