Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ANT FTP Send: could not put file: 425 Can't open data connection.

Topcan5Jun 10 2011 — edited Jun 11 2011
I 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>
This post has been answered by sabre150 on Jun 11 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 9 2011
Added on Jun 10 2011
2 comments
825 views