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.
我已经使用 FileZilla 上传了我的文件。我的一些文件比它们原来的本地文件小。为什么会发生这样的事情?主动或被动 ftp 连接会影响这个吗?
这很可能是由于您的传输方法设置为 ASCII,在这种情况下,行尾可能会从 windows 样式(2 个字节)转换为 Unix 样式(1 个字节)。尝试将传输模式设置为 BINARY。然后文件应该保持相同的大小。理论上,较小的文件应该仍然可以正常工作/运行。