ftp.nice.ch/pub/next/connectivity/filetransfer/Yftp.0.564.NIHS.bs.tar.gz#/Yftp/Yftp.0.564/FtpFileSystem.h

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.