Symptoms
Attempts to ftp a file via a proxy fail with connection refused message.
Cause
The login is actually [email protected], and what is happening is everything is stripped after the @ sign leaving it as TDTEMP
Workaround
If you are using the Applications Manager (AM) FTP_JAVA job you can create a new [email protected] login with an @ sign at the end.
Example:
[email protected]@
Adding the second @ sign will leave everything in place, and strip off the last @ sign. This workaround is only valid for the FTP_JAVA job not the standard AM FTP job.