I'm using FTPClient to get a file from a server using receiveFile.  No
amount of closing the stream, flushing the stream, disconnecting the
server, or dancing a jig seems to make the entire file come down.  It's
about 40k short, which sure smells like a block short to me.  My finally
block looks like:

 

Finally

{

            Stream.close();

            Client.disconnect();

}

 

Sorry for the caps, Outlook is trying to "help."

 

The stream is a FileOutputStream.  What am I missing?

 

Thanks!

________________________________

Carey Nation <mailto:[EMAIL PROTECTED]>  

Lead Software Engineer

CNN BEST

Broadcast Production Systems

Video Solutions Group

(404)827-2935 (wk)

(404)824-0033 (cell)

________________________________

 

Reply via email to