Post any question you may have in regards to GoAnywhere Services and let our talented support staff and other users assist you.
-
bowen
- Posts: 2
- Joined: Thu Dec 05, 2019 5:44 am
Hi, all.
I have a project in which I need to log PGP decryption errors to a log file. I am using the Print component to write to a file on the SFTP resource. I have append enabled, but the log will not amend. I will only get one error which is the last one generated. Does anyone know how to append to a file?

-
support_daniel
- Posts: 2
- Joined: Wed May 01, 2019 10:56 am
Ben,
Using the print task you will not be able to append the file when it is written directly to an SFTP resource. You can sucessfully append a file printed locally for example to a workspace created as part of your project then move the file to SFTP using an SFTP put or append task.
-
bowen
- Posts: 2
- Joined: Thu Dec 05, 2019 5:44 am
That did it, Daniel. Thanks so much for the info.