Done Event - WeOnlyDo Discussion board

Done Event (wodFtpDLX / wodFtpDLX.NET)

by S Styer, Tuesday, June 10, 2014, 19:33 (3602 days ago) @ wodSupport

I'm using
ole_ftp.object.blocking = 0

I was thinking that there was a requirement, to do the blocking in this way

I create a file
sign/encrypt it, using gpg
and put the file on to a secure ftp site

once done... I'm updating the records that were used to create the file
with a sent status
and printing out a report
remove the local file
and, disconnect

if it failed to send the file... or, the other steps
we could resend the same records

it's initially called from a click event from a button
if wf_sign_file() = true then
if wf_transmit() = true then
end if
end if

the wf_transmit function does the initial connection
the done event... has different stages... of the process
because I know, that certain things fire the done event


Complete thread:

 

  • Done Event - S Styer, 2014-06-10, 18:33 [*]
    • Done Event - wodSupport, 2014-06-10, 18:48
      • Done Event - S Styer, 2014-06-10, 19:33