Re: ftp command

From: Paul LaMadeleine (plamadeleine@LIGHTBRIDGE.COM)
Date: Thu Dec 18 2003 - 14:36:57 EST


If you're willing to setup rsh between the two boxes I'd do something like
this:

from aix2:
         cd /path/to/dest
         rsh aix1 "cd /path/to/top/dir ; tar -cf - dir_to_copy" | tar -xf -

Paul

At 02:16 PM 12/18/2003 -0500, Vipin Khushu wrote:
>Does anyone know of a ftp command that will transfer files/directories while
>maintaining the permissions of the files as they were on the originating
>system?
>
>I am attempting to ftp a number of files from AIX 1 to PC to AIX 2 and in
>the process am losing the permissions.
>
>Any suggestions for an alternate transport method are welcome.
>
>TIA
>
>Vipin



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 22:17:25 EDT