Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用python向/从网络文件夹/共享写入/读取文件?该应用程序将在 Linux 下运行,网络文件夹/共享可以是 Linux/Windows 系统。
另外,如何在写入文件之前检查网络文件夹/共享是否有足够的空间?
我应该考虑什么?
使用 Samba 挂载共享,使用dfor检查共享上的可用空间os.statvfs,然后像任何其他文件夹一样对其进行读/写。
df
os.statvfs