> The size of the tar-gzed file is 2.9GB. Is this because of the > 2GB file
> limitation thing? The system is RH 7.1
> If scp does not work, what will? Will things like exporting the directory
> using NFS, and thenmount it in remote system, and then copy it works, or will
> I hit the same wall?

My guess is that the destination computer does not support files > 2GB,
and it's not an SCP problem.  If it is an scp problem, it is easily
avoidable by doing the following

cat filename.tar.gz | ssh DESTCOMPUTER 'cat > /path/to/destination'

Jon


>
> Thanks.
>
> RDB
> --
> Reuben D. Budiardja
> Department of Physics and Astronomy
> The University of Tennessee, Knoxville, TN
> -------------------------------------------------
> /"\  ASCII Ribbon Campaign against HTML
> \ /  email and proprietary format
>  X   attachments.
> / \
> -------------------------------------------------
> Have you been used by Microsoft today?
> Choose your life. Choose freedom.
> Choose LINUX.
> -------------------------------------------------
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list
>


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to