PxPlus User Forum

Main Board => Discussions => Language => Topic started by: Peter.Higgins on April 25, 2019, 02:27:33 PM

Title: web/ftp & websftp
Post by: Peter.Higgins on April 25, 2019, 02:27:33 PM
I am occasionally getting error messages from one or both of these programs.
Error #12: File does not exist (or already exists)(At Line: 792)
Error #12: File does not exist (or already exists)(At Line: 878)

The application is run as a script and the client advises there is occasional network congestion. 
Since the program is encrypted, this is not much help in determining the where, what, how, of the issue. 

What needs to be known and cannot be determined any other way from the error for audit verification are Procedure and file name. 

What would be even nicer is an object that could re-classed and extended with such luxuries as
Why encryption is applied to a wrapper around curl which is open source, (even if it is not copy left), with the usage well and widely documented?
There are a significant number of unencrypted programs that would be far harder to figure out and reproduce. 

Title: Re: web/ftp & websftp
Post by: Devon Austen on April 25, 2019, 02:55:01 PM
You should be able to look at the value of the Result$ variable after the error to find out what file the error 12 was reported for.
Title: Re: web/ftp & websftp
Post by: Peter.Higgins on April 25, 2019, 04:54:33 PM
Austin,
I'm Sorry that wasn't clear. 
The messages show are the result$ returned.