On Mon, Apr 15, 2013 at 7:54 PM, Kumar <[email protected]> wrote:

> Hello All,
>
> I have query of downloading in local machine. I used SSH tool for this.
>
> 1. I need to ZIP all Files and Folder from Live server.
> 2. Download the ZIP files from to Local machine ( Window ).
>
> For 1 : I am using tar -czvf tester.tgz testing/
> For 2 : *I am looking for your help *
>
>
If you have a http server running in your live Linux machine (apache or
friends), the simplest and quickest way if it is a one time requirement is:

   - Copy the zip/tgz to the htdocs folder (/var/www?)
   - Go to any browser in the windows machine and type in
   http://your-linux-machine-ip/yourbackupfile
   - After download, delete the backup from the public directory.

Regards,
Arun Venkataswamy
http://wondroussky.blogspot.in/

"கற்றது கைமண் அளவு, கல்லாதது உலகளவு" - ஔவையார்
Known is a drop, Unknown is an ocean
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to