In ssh type tar --help
c = compress
x = uncompress
p = retain file permissions
In ssh, type ftp ipaddy and hit return on the keyboard, enter the login info and hit return, then do the following
bin
put
local filename = filename u tar'd
remote filename = same name as above
and it will ftp everything for you server to server, no need to dl it and then re-upload it.
|