Hi All, does anyone know the command to use when ftp-ing form one solaris 8 box to another to get an entire directory and its contents. I know that I can tar the dir and ftp it but I would rather just ftp the dir if possible.
You can also tar your directory to one file. Transfer the file using ftp. If you run the tar capture as root, you can use the -p option to preserve existing owner and file privileges. Would be something like:
tar -cvfp filename.tar directory
ftp <workstation>
send filename.tar
tar -xvf filename.tar
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.