我用Google搜索了如何使用ubuntu中的终端下载图像.我找到了我需要的东西,但在服务器上,用.htaccess保护,没有密码.同
wget admin @ http://server.com/filename.jpg
它返回:没有到主机的路由.当我设置密码并输入时
wget admin:password @ http://server.com/filename.jpg
一切安好.但是我不允许在服务器上使用密码.如何修复它,寻找路线?
解决方法
更容易:
wget --user="username" --password="password" http://xxxx.yy/filename.xxx