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中get所有以字符串开头的文件夹和子文件夹。mycobacterium我在网上找不到任何信息如何做到这一点。我试过了get mycobacterium*,mget mycobacterium*但它们不起作用。
get
mycobacterium
get mycobacterium*
mget mycobacterium*
在 FTP 中检索数据的正确方法是什么?提前致谢。