4
使用wget下载文件
我正在尝试从该网站下载文件。 网址为:http : //www.ncbi.nlm.nih.gov/geo/download/?acc=GSE48191&format=file 当我使用此命令时: wget http://www.ncbi.nlm.nih.gov/geo/download/?acc=GSE48191&format=file 我只得到index.html?acc=GSE48191某种二进制格式。 如何从此HTTP站点下载文件?
15
wget