PxPlus User Forum

Twitter Twitter Twitter

Author Topic: web/ftp & websftp  (Read 1376 times)

Peter.Higgins

  • Diamond Member
  • *****
  • Posts: 124
    • View Profile
web/ftp & websftp
« 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
  • memory file lists for remote
  • memory file lists for transferred
  • file count remote
  • file count transferred
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. 


Devon Austen

  • Administrator
  • Diamond Member
  • *****
  • Posts: 382
  • Don’t Panic
    • View Profile
    • PVX Plus Technologies
Re: web/ftp & websftp
« Reply #1 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.
Principal Software Engineer for PVX Plus Technologies LTD.

Peter.Higgins

  • Diamond Member
  • *****
  • Posts: 124
    • View Profile
Re: web/ftp & websftp
« Reply #2 on: April 25, 2019, 04:54:33 PM »
Austin,
I'm Sorry that wasn't clear. 
The messages show are the result$ returned.