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. - EXTENDED FUNC - SET RECEIVE MODE
	AH = 14h
	BX = handle (optional for v1.10+)
	CX = mode (see #03315)
Return: CF set on error
	   DH = error code (01h,08h) (see #03305)
	CF clear if successful
SeeAlso: AH=15h


(Table 03315)
Values for packet driver receive mode:
 01h	turn off receiver
 02h	receive only packets sent to this interface
 03h	mode 2 plus broadcast packets
 04h	mode 3 plus limited multicast packets
 05h	mode 3 plus all multicast packets
 06h	all packets
 07h	raw mode for serial line only (v1.10+)