INT 60 - FTP(File Transfer Protocol)  The standard protocol for copying files from one machine to another on a TCP/IP (Internet) network.  Also the program of the same name with which a user may transfer files. Packet DriverAny one of the numerous drivers conforming to FTP Software's Packet Driver Specification, which provides a hardware-independent network interface.  See also NDIS, ODI. 1.09 - HIGH-PERF FUNC - ASYNCHRONOUS SEND PACKET
	AH = 0Bh
	DS:SI -> buffer
	CX = length of buffer
	ES:DI -> FAR function to call when buffer becomes available (see #03311)
Return: CF set on error
	    DH = error code (0Bh,0Ch) (see #03305)
	CF clear if successful
Notes:	unlike function 04h, the buffer is not available for modification as
	  soon as the call returns; the buffer may be queued by the driver and
	  not processed until later
	this function has been dropped from v1.10+ of the specification and
	  replaced by function 0Ch
SeeAlso: AH=04h"Packet DriverAny one of the numerous drivers conforming to FTP Software's Packet Driver Specification, which provides a hardware-independent network interface.  See also NDIS, ODI.",AH=0Ch"Packet DriverAny one of the numerous drivers conforming to FTP Software's Packet Driver Specification, which provides a hardware-independent network interface.  See also NDIS, ODI."


(Table 03311)
Values packet driver completion function is called with:
	AX = result
	    00h copy OK
	    nonzero error
	ES:DI -> buffer passed to INT 60/AH=0Bh call