On the V7 differences, here's one example (taken from the FAL implementation in
PyDECnet).  There are a couple more in the code..
 
 def dodir (conn, req):
    for fn, resp in files (conn.v7, req):
        for r in resp:
            conn.send (r)
        if conn.v7:
            # V7 has an Ack after each entry.  VMS cares (RSX does not).
            conn.send (Ack ())
    msg = AccComplete (cmpfunc = AccComplete.RESPONSE)
    conn.send (msg)
    conn.flush ()
 
  
When talking to VMS 7.3 I get a protocol violation if I send the ack. What version of the
protocol does your FAL claim to support, 5.6.0?
  John.
  	paul
 
 _______________________________________________
 HECnet mailing list -- hecnet(a)lists.dfupdate.se
 To unsubscribe send an email to hecnet-leave(a)lists.dfupdate.se