the options I mentioned are what you can do to find out what went wrong. If you're looking for alternative ways to do your SFTP upload, that should work with e.g. the copy files action over VFS.
On Wed, May 15, 2024, 22:00 Rob Burgess <[email protected]> wrote: > Hi > > Do you have any examples of uploading files to SFTP using a JavaScript > action in Hop? > > Thanks > > Rob > > > ------ Original Message ------ > From "Bart Maertens" <[email protected]> > To [email protected] > Date 16/05/2024 5:47:09 am > Subject Re: Error handling - Put a file with SFTP action > > Hi Rob, > > There may be other options, but you can get to previous results and > logging from a Javascript action [1] or send your workflow logs to a > workflow log [2] and process them in the receiving pipeline. > > [1] https://hop.apache.org//manual/latest/workflow/actions/eval.html > [2] https://hop.apache.org//manual/latest/metadata-types/workflow-log.html > > Regards, > Bart > > > On Wed, May 15, 2024 at 5:05 AM Rob Burgess <[email protected]> wrote: > >> Hi >> >> How do I capture and handle errors when using the 'Put a file with SFTP' >> action? >> >> Thanks >> >> Rob >> >
