Hi all, what command line do I use to download a file directly to a folder in my server. I am thinking: Code: wget http://downloadsite.com/downloadfile.tar.gz > /srv/folder Would that work? Thanks Heeter ________ YAMAHA YZF-R7 HISTORY
You should use -P option to specify the directory Code: wget [url]http://downloadsite.com/downloadfile.tar.gz[/url] -P /srv/folder