When using the org.jbjf.tasks.FTPPushFile task, if the <ftp-definition>, <target> element has a "relative" (not absolute) directory path in it, then the task won't work.</target></ftp-definition>
The task does a Change Directory to the <target> directory just prior to ftp'ing the file. In addition, the ftp'ing of the file pre-pends the <target> directory. I believe this pre-pending is the issue.</target></target>
As a test I will remove the pre-pending of the <target> in the ftp'ing and check if this works.</target>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The task does a Change Directory to the <target> directory just prior to ftp'ing the file. In addition, the ftp'ing of the file pre-pends the <target> directory. I believe this pre-pending is the issue.</target></target>
As a test I will remove the pre-pending of the <target> in the ftp'ing and check if this works.</target>