我需要使用urllib2
以给定模式开头的 http 位置下载 n # 个文件"my_file_$TIMESTAMP.xml"
。我想获取以"my_file"
不包括时间戳组件开头的所有文件。
我在glob
这里看到了如何将本地文件用于本地文件:Find all files in a directory with extension .txt in Python但我不确定这是否可以通过具有基本身份验证的 http 连接实现?
我需要使用urllib2
以给定模式开头的 http 位置下载 n # 个文件"my_file_$TIMESTAMP.xml"
。我想获取以"my_file"
不包括时间戳组件开头的所有文件。
我在glob
这里看到了如何将本地文件用于本地文件:Find all files in a directory with extension .txt in Python但我不确定这是否可以通过具有基本身份验证的 http 连接实现?