Providing detailed logs is very difficult as the client is NBC in the U.S.

As I have mentioned in previous posts some months ago I am interfacing to an
Avid iNEWS newsroom server and polling by using the dirAsync command sent
every 3 seconds.

I also mentioned previously that I have modified the FTP Client to download
to a String rather than a file or a Stream. This was to try an eliminate any
disk activity when getting directory listings or files.

If I ditch the "Download to String" idea and download to a stream, can I do
this without having any disk activity. Is the stream created in memory or on
the disk. Looking at the code it requires a filename so I assume it is on
the disk.

I don't have much experience of using streams, so any guidance would be
appreciated. I would like to know if this is possible before I embark on a
learning experience to no avail.

Regards
  Graham

-----Original Message-----
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of Angus Robertson - Magenta Systems Ltd
Sent: 04 March 2010 10:31
To: twsocket@elists.org
Subject: Re: [twsocket] FPiette V2.108 vs Overbyte V7.07 - FTP Client

> Every time I upgrade from the old FPiette software to any of the 
> Overbyte versions I have been experiencing the occasional problem.

What problem?  You need to supply detailed logs showing the specific
component versions being used, commands sent and received and the errors.


> the application basically sends a LIST command to the server every
> 3 seconds

Not a good idea to poll a server in this way, some firewalls and routers may
get upset by continual short connections.  I had a cheap Netgear router a
long time ago that broke repeated LIST commands.  This is one reason I added
the FTP CMLSD command to avoid short data connections. 

> So my question to anybody in the know is this: Is there any 
> fundamental difference in the way these two FTPClient components work?

No.

I've had every different version of the FTP client and server components in
use daily for several years, with no long term 'occasional problems'.
There may have been short term problems in new beta versions which were
fixed within a few days. 

Angus

--
To unsubscribe or change your settings for TWSocket mailing list please goto
http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to