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.
我正在寻找一个 FTP 目录和所有包含的子目录和文件,并将信息写入文件。
我尝试使用 lftp,但我注意到该站点不支持lftp> ls -1R > rammb.txt ,所以现在我正在尝试找出最佳路线。我想在发送到文件的信息中包含日期。
lftp> ls -1R > rammb.txt
以前,我尝试的是lftp> find -d 10 > rammb.txt 但它没有提供文件的日期。有什么建议么?
lftp> find -d 10 > rammb.txt
使用find --ls,它将输出完整的文件信息。该选项从 lftp 版本 4.4.12 开始可用。
find --ls