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.
使用 lftp 时,当 xfer:log 设置为“yes”时,它会将文件传输记录到 ~/.lftp/transfer_log。
当同时运行两个 lftp 实例时会发生什么?日志文件会混淆吗?
有没有办法改变日志文件的写入位置?
谢谢。
当 lftp 的多个实例写入同一个日志文件时,它可能会混淆(因为当前的 lftp 4.7.1 不对日志文件使用文件锁定)。充其量这些行将被交错。
设置 xfer:log-file 出现在 lftp 版本 4.2.0 中。
我不知道第一个和第二个问题的答案,但是对于第三个问题:
set xfer:log-file "/path/to/your/file.log"