Magnus on 17 Oct 2003 18:42:02 -0400 |
I'm trying to move a 28G file from Linux to OS X. Transmit fails after Firstly, you may be hitting a filesystem limitation. I've not had to move anything bigger than ~2GB to OSX so I can't tell you off the top of my head. Linux of course has no problems with big files these days (though that wasn't always true). Secondly moving a 28G file over scp is flat out insane. Why not use ftp? If you are in a situation where you must encrypt the connection, you can try piping dd. Like: dd if=bigfingfile | ssh apple dd of=bigfingfile But I wish to reiterate that moving big files over ssh is not advisable. -- C. Magnus Hedemark http://trilug.org/~chrish "You can't depend on your eyes when your imagination is out of focus." - Mark Twain Attachment:
PGP.sig
|
|