11.C.5:
Taring and Compressing File Structures
|
11: Multiple Machines |
11.C.3:
Using ftp to Transfer Multiple Files
|
Contents |
The To save transfer time and disk (or diskette or tape) space, it's a
good idea to compress your tar file before transfer, and then
uncompress it afterwards. This is done with the
Because these tar and compress are Unix commands,
you have to get back to a Unix prompt (shell) to execute them, and
then to your home directory to get the files to tar and compress.:
tape archive command
tar
creates a single
file containing all directories and subdirectories you want to put in
it. After you transfer the file, you simply issue the command again to
rebuild your directory structure.
compress
and uncompress
commands, or, preferably, with the
gzip and gunzip commands.
ftp> quit
> cd ~
11.C.5:
Taring
and Compressing
File Structures
11:
Multiple Machines
11.C.3:
Using
ftp
to Transfer Multiple Files
Contents