the command

wget -o log.txt -v ftp://ftp.something.com/somefile.zip


with this command the program is quiet, do not print in screen, just to log
file(log.txt)

how to print in log.txt and in screen ????


if i put
wget ftp://ftp.something.com/somefile.zip
it prints ins screen fine

Thanks for your help

Reply via email to