This is FtpFileSystem.h in view mode; [Download] [Up]
#import <appkit/appkit.h> @interface FtpFileSystem:Object { id myhost; NXAtom myuser; id rootDir; } - initForHost:host andUser:(NXAtom) user; - free; - getDirForPath:(const char *)path; - createDirsForPath:(const char *)path; - (int) browser:sender fillMatrix:matrix inColumn:(int)column; - (BOOL) browser:sender columnIsValid:(int) column; - validateBrowser:browser; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.