Ruby FTP nlst返回文件名两次

时间:2016-11-22 17:26:41

标签: ruby ftp

当在文件名的完全匹配上使用nlst时,我看到一些相当奇怪的结果(如下)。任何人都可以帮忙解释一下吗?

外卡 - 好

ftp.nlst('*ItemPrice.xml')
# => ["/Output/ItemPrice.xml"]

外卡 - 好

ftp.nlst('*.xml')
# => ["/Output/ItemAvailability.xml", "/Output/ItemPrice.xml", "/Output/ItemUpsert.xml"]

完全匹配 - 错误

ftp.nlst('ItemPrice.xml')
# => ["/Output/ItemPrice.xml/Output/ItemPrice.xml"]

0 个答案:

没有答案