Hello. I am running MIT Kerberos 1.3.1 on a Solaris 8 machine. When ftp'ing to the machine using the kerberos ftpd binary my ftp stops after reaching a 2GB limit. This doesn't happen with native Sun ftpd. Will compiling 64bit fix the problem? Looking through the code for ftpd it appears mostly ints are used. And sizeof(int) is 4 regardless of whether I compile -m32 or -m64. Only sizeof(long) changes from 4 to 8, when using -m64. I doubt this will fix the problem. Does anyone have any experience along this line?
Thank you for the help, Martin
________________________________________________ Kerberos mailing list [EMAIL PROTECTED] https://mailman.mit.edu/mailman/listinfo/kerberos
