Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!know!ladcgw.ladc.bull.com!pluto.hemel.bull.co.uk!pmoore From: pmoore@hemel.bull.co.uk (Paul Moore) Newsgroups: comp.protocols.tcp-ip.ibmpc Subject: Re: Problem with FTP libraries using ftp calls. Message-ID: <1990Nov9.153512.11690@hemel.bull.co.uk> Date: 9 Nov 90 15:35:12 GMT References: <1754@wet.UUCP> Organization: Bull HN UK Lines: 9 The problem is that you must up the number of allowed connections in the ftp kernel (3 or 4) is the default. On the line that loads the kernel in your autoexec.bat (3c503 or ethdrv or whatever) add -t 8 to increase the number of tcp sessions to 8. It makes the kernel a bit bigger. Good luck PS I have an encapsulation of tcp streams into zortech C++ streams if you are interested