Hello,
I'm trying to transfer a file "myfile" (size: 6GB) from serverA (Unix Tru64)
to serverB (HP UX 11i) with the following command from server A):
tar -cvf - myfile | (ssh serverB "cd local_directory; tar -xf -")
After 2GB it stops transfering data and I get an error.
I tried this also with ftp and it didn't work.
Can somebody tell me please what I should do for that!!!
Thanks for your help.
Kind regards,
Hicham
Received on Wed Jun 04 2003 - 07:20:08 NZST