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.
我得到 STOR(存储)命令和 APPE(附加)命令。
STOR 可能会上传一个完整的文件。
但它可能只是文件的一部分,其余部分稍后会附带多个 APPE 命令。
我如何知道文件何时真正 100% 上传?
FTP 中只有传输结束,没有文件结束。通常 STOR 用于传输完整的文件,而 APPE 仅在以前的 STOR 以某种方式损坏时才使用 - 但您永远无法确定。如果您需要确保必须为完成的文件构建自己的信号化。