Re: FTP via put opens files but fails to write data?

2006-02-08 Thread Dave Cragg
On 8 Feb 2006, at 04:38, Sivakatirswami wrote: This FTP script below frequently fails I get three files on the server with the correct name, but no data is written to them Typically, that's a symptom of a problem with the data source part of the put. repeat for each item x in

FTP via put opens files but fails to write data?

2006-02-07 Thread Sivakatirswami
This FTP script below frequently fails I get three files on the server with the correct name, but no data is written to them I suspect this repeat needs to wait or something until one FTP transaction complete...I have other scripts that use libUrlFtpUploadFile tFilePath, tUrl,