Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!ucsd!ucbvax!ucsfcgl!cca.ucsf.edu!wet!seth From: seth@wet.UUCP (Seth Olitzky) Newsgroups: comp.protocols.tcp-ip.ibmpc Subject: Problem with FTP libraries using ftp calls. Message-ID: <1754@wet.UUCP> Date: 8 Nov 90 21:07:01 GMT Reply-To: seth@wet.UUCP (Seth Olitzky) Organization: Wetware Diversions, San Francisco Lines: 60 I have found a problem that I don't understand in the FTP development libraries. I am using the FTP calls such as ftp_open and ftp_get. I am trying to connect to mulitple hosts using ftp_open and then do transfers one at a time with ftp_get. By opening the channel from the beginning I minimize connect time on each file transfer. Basically I do the following loop. for (i=0;i