Steve Nian
Steve Nian
如果直接上传 . 开头的文件,是可以上传,但文件名称为自动变成没有 . 例如: pan.baidu.com.py u /tmp/.test /TEMP 可以成功上传,但百度上看到的是 /TEMP/test
我的做法是另外写一个 python 来检查有哪些 . 开头的文件.. 然后再让 pan.baidu.com.py 执行上传/删除/更名三个动作. pan.baidu.com.py u /tmp/.htaccess /TEMP/ pan.baidu.com.py rm /TEMP/.htaccess pan.baidu.com.py rn /TEMP/htaccess /TEMP/.htaccess 但这个问题不完全是百度的问题。在 Linux 的环境下,python 指定某个文件夹时,会忽略 . 开头的档名。这才是 pan.baidu.com.py 没有上传 . 开头文件的真正原因。
After Boostnote been installed with --ignore-depends=gvfs-bin, edit the file /var/lib/dpkg/status, search gvfs-bin in the boostnote section, delete the string gvfs-bin.. The broken package issue will be fixed.