ANT FTP Send: could not put file: 425 Can't open data connection.
Topcan5Jun 10 2011 — edited Jun 11 2011I have this in my build.xml: and keep getting 425 Can't open data connection error. I am able to get and send files through windows file explorer. Need help.
<ftp action="send" server="${ftp.server}" remotedir="${ftp.remotedir}" userid="${ftp.userid}"
password="${ftp.password}">
<fileset dir="C:/IEvents_Build">
<include name="test.txt"/>
</fileset>
</ftp>