All of a sudden, when I run my usual build script, I get this:
[ftp] sending files
BUILD FAILED
/home/patrick/repo/dib/common/build.xml:103: could not put file: 425
Could not open data connection to port 50055: Connection timed out
The site is up and running, and I can connect to it myself from the
same machine, so I'm confused what is suddenly wrong. No chnages have
been made to the build scripts, the server, or passwords.
Here is the relevant part of the build.xml:
103:
<ftp server="berrysoft.net" userid="berrysof" password="****"
remotedir="public_html/downloads/${deploy.dir}" action="send">
<fileset dir="${dist.dir}" casesensitive="yes">
<include name="**/*.cod" />
<include name="${cod.name}.jad" />
</fileset>
</ftp>
Also, the port number it is reporting 50055 worries me. Not sure why
it is using that port, a non-standard ftp port.
Any ideas what I should check???
Patrick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]