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.
这个问题与Java有关
通过使用 RandomAccessFile,我打算也能够修改文件而不将其清空。
FTP 协议仅勉强支持随机访问读写。
也就是说,FTP 客户端可以使用该REST命令从特定偏移量开始读取或写入,但它总是会从该点截断文件。
REST