Ok so all you want to is to ssh into your server and pull a stack of files over from another PC via ftp. Sounds simple does it now. This is linux we are talking about.. nothing is simple. The short answer.. sod ftp use wget like [bash]wget -r ftp://user: pass@domain/folder/*[/bash] Long answer And being [...]

November 10th, 2010 | linux, ssh | No Comments »

To extract .tar.gz or .tgz files from terminal or via ssh tar -zxvf file.tar.gz or tar -zxvf filename.tgz I don’t know about anyone else but 99% of the time when faced with a compressed tar file I want to extract it to its own folder and view the progress of the decompression. So why it [...]

July 18th, 2010 | linux, ssh | 1 Comment »