当我尝试使用 wget 下载时,此图像已损坏。我完全不确定我哪里出错了。这是我的代码:
command = 'wget ' + '-U "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.17 (KHTML, like Gecko) Ubuntu/11.04 Chromium/11.0.654.0 Chrome/11.0.654.0 Safari/534.17"' + image + ' -O ' + path
ssh.exec_command(command)
command = 'mogrify -auto-orient ' + path
ssh.exec_command(command)