I'm using Spring Integration to exchange files with an FTP server. Uploads and downloads work locally, in test and install, however when pushing to Bitbucket the Pipeline upload test fails with a "500 Illegal PORT command" error.
Is there a (firewall?) restriction which prevents code running in the Pipeline sending files to an external FTP server?
Hi @leafspider
Pipelines doesn't restrict specific ports. Some ports are reserved when in use by services running to support your build such as port 2375 for the docker daemon but the default FTP port of 21 is not one of them. Are you running your FTP server on the default port?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.