PDA

View Full Version : ftp distribution



NewsArchive
01-22-2010, 01:32 AM
Friedrich,

When I deploy a web update to my ftp site, it gets about 90% done then comes
back with an error (errorcode 0 - tells me a lot too! <g>). If I remove the
old module files, then its no problem. Might be happening on the renaming
phase.

I've checked the attributes of the files, and no attributes are set.

Any ideas?
--
Russell B. Eggen
www.radfusion.com
Clarion developers: www.radfusion.com/devs.htm

NewsArchive
01-22-2010, 01:33 AM
Russ,

> When I deploy a web update to my ftp site, it gets about 90% done then
> comes back with an error (errorcode 0 - tells me a lot too! <g>). If I
> remove the old module files, then its no problem. Might be happening on
> the renaming phase.
>
> I've checked the attributes of the files, and no attributes are set.
>
> Any ideas?

Your server did not return any error code (that's why errorcode 0 is
reported). Unfortunately there is nothing SetupBuilder can do here. The
IDE makes use of the WinINet components to upload files. IMO, your server
times out and then stops receiving data streams.

BTW, if it is a rename problem then you see "Renaming Files..." in the
compiler report and after that the errorcode 0.

Friedrich

NewsArchive
01-23-2010, 03:11 AM
Next time I upload this (reproduced twice now), I'll pay more attention.
Its only minor since the workaround is very easy.

--
Russell B. Eggen
www.radfusion.com
Clarion developers: www.radfusion.com/devs.htm