In message <moRu7.2851$[EMAIL PROTECTED]>,"jon" writes: >One is kerberos ftp. It turns out I can download >4GB files, but can't >upload them getting a message saying: > >local: <filename>: File too large
i have had some success working around this problem using dd and piped commands inside ftp. something like: put "|dd if=localfile bs=8k" remotefile however, the remote side will need to have large file support. you could use rsh and dd on both sides (assuming rsh was available)
