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 时,它会继续在后台运行,attach如果需要,该命令用于再次将 lftp 附加到该进程,但我想知道是否有办法将 lftp 附加到运行另一台机器的 lftp 进程有 ssh 访问权限?一个例子会很棒。
attach
提供 ssh 访问权限时很容易做到。做就是了
ssh user@host "lftp -c attach"