Aparently I am talking to myself, however, I am only expecting XML
files on my FTP so here is simplified workaround for that bug:

  // workaround for 402052.xml and similar files
  if (FileName = '.xml')
  and(pos('.xml',Value) = length(Value) - 3) then
    FileName := copy(Value,RPos(' ',Value)+1,maxint);

Put it on the end of function TFTPList.ParseByMask(Value, NextValue,
Mask: AnsiString): Integer;

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to