ft035@unocss.UUCP (ft035) (08/15/89)
I have been trying to acquire some GIF pictures from some of the anonymous FTP sites, but have as of yet to get one successfully. When using FTP what mode (Binary, Tenex, Ascii) should be used, and what method should I use when receiving it by Kermit (Binary, Ascii, or MacBinary)? I have done it before but for the life of me I can't remember how.. maybe it was a dream :) Thanks, Rob Koch ft035@unocss.unl.edu
eynon@lindy.Stanford.EDU (Barry Eynon) (08/16/89)
In article <1460@unocss.UUCP> ft035@unocss.UUCP (ft035) writes: >I have been trying to acquire some GIF pictures from some of >the anonymous FTP sites, but have as of yet to get one successfully. >When using FTP what mode (Binary, Tenex, Ascii) should be used, and >what method should I use when receiving it by Kermit (Binary, Ascii, >or MacBinary)? > I have done it before but for the life of me I can't remember how.. >maybe it was a dream :) Use binary format in ftp, and plain binary (not MacBinary) format to get them to your Mac. Gif is a binary file format defined for many computer types, so if you try to process it as a MacBinary file you will get garbage. When the file gets to your mac, it will probably have a file type of TEXT, some random creator depending on your terminal program, and binary data in the data fork. This is exactly what you want. Open with Giffer, etc. and enjoy. -- Barry Eynon eynon@lindy.stanford.edu