[comp.protocols.iso.dev-environ] FTAM client API available ?

asgeir@nic.forut.no (Asgeir Finnseth) (03/01/91)

FTAM client API available ?


Does anyone know of an available API for FTAM clients (invokers)?

The ISODE 6.0 includes a libftam library, but I find it very hard to
understand and use. I have also looked at the FTAM client application
that comes with ISODE 6.0 and tried to extract a useful API from that
code, but found that that is not straightforward. 

What I have in mind is a simple API (with limited functionality) that
will enable application programmers to utilize FTAM functionality from
their applications. I believe it should include functions like:

ftam_associate (machine, user, password)
ftam_cd (directory)
ftam_dir ()
ftam_rm (filename)
ftam_open (filename)
ftam_read (filename, buffer)
..
..
ftam_release (assoc_descriptor)

Hopefully somewhere out there something like this is available.

Thanks for any information.


Asgeir.