What parameters can be added to the WA Agent to see additional logging of SFTP/SCP jobs?
1. Edit the agentparmt.txt on the Agent where the sftp job is being execute.
2. Enter the below parameters
ftp.scp.debug.enable=true
oscomponent.jvm.x.debug.options=-Djavax.net.debug=all <-Optional
3. Save the changes.
4. Stop and Restart the Agent so that the new parameters are read
The debug parameter will create a new file in the agent log directory, ftp_scp_debug.log.