Some time ago, Robert Moskowitz said:
Well the new release is out, and I am away at IEEE 802 wireless meeting
across the continent from my server.
Normally when I am fetching a new distro, I am local and VNC into my
server (over SSH), open a terminal window and start the wget. At any
time I can reopen a VNC connection and see how the download(s) is
doing. But from here it is a number of island hops to get to that
server, and does not always work. I CAN do only moderately painful via
a number off SSH hops. So other than adding the wget(s) to crontab (I
will do that anyway for the updates tree), or ending the wget command
with '&' (and then not really knowing when it completes), how might I
best remotely trigger these downloads so when I get home friday, they
are there for me to work on?
You can pass the -o option to `wget´ to create a log file for the download
and then
you can just check that file. (I recommend you to use `nohup´ too)
Example:
# nohup wget ftp://someserver.org/somefile.iso -o /tmp/wget-log &
# cat /tmp/wget-log | grep saved # To check when the download is finished
Best regards,
Lázaro.
***************************************************************************************************
* F R A S E D E L D O M I N I O *
* ***************************************** *
* "...Solo quien construye el futuro tiene derecho a juzgar el pasado..." *
* *
* Friedrich Nietzsche *
* *
***************************************************************************************************
* Este correo Electónico ha sido procesado por el servidor de correo empresarial *
* del dominio FRIOCLIMA.COM.CU. Si desea obtener más información sobre *
* nosotros, consulte nuestro portal digital ubicado en la dirección url: *
* http://www.frioclima.com.cu/ *
* *
* Frioclima es una marca registrada protegida por los derechos de copyright (c) *
* 1992-2013 *
***************************************************************************************************
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org