使用lftp时,当xfer:log设置为“yes”时,它会将文件传输记录到〜/ .lftp / transfer_log.
当有两个lftp实例同时运行时会发生什么?日志文件会混淆吗?
有没有办法改变日志文件写入的位置?
谢谢.
解决方法:
我不知道第一和第二个问题的答案,但对于第三个问题:
set xfer:log-file "/path/to/your/file.log"
标签:lftp,bash,linux,logging
来源: https://codeday.me/bug/20190826/1724477.html