"James Barlow" <[EMAIL PROTECTED]> writes: > Change last line > from: wget "$url" -O "$file" > to: wget -O "$file" "$url"
Fixed in next release; thanks. > 2) I get the following for one of the downloads: > > --11:39:28-- ftp://ftp.attglobal.net/pub/client/win32/d5091.exe > (try:12) => `packages/d5091.exe' > Connecting to ftp.attglobal.net[165.87.194.246]:21... connected. > Logging in as anonymous ... Logged in! > ==> SYST ... done. ==> PWD ... done. > ==> TYPE I ... done. ==> CWD /pub/client/win32 ... done. > ==> PORT ... > Invalid PORT. > Retrying. This means you are behind a firewall, and wget is using active FTP (bad choice of default on wget's part). Try adding the "--passive-ftp" switch to wget. > Would it be possible to add an extra bit of output to the script so that > the operator can tell in which file the "URL|xxx|" line being processed > occurs. I've stuck in a line that says "echo Processing $file" before > performing the wget command Could you submit this as a feature request on the project page? It will be easier to track that way. - Pat ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
