Vote count:
0
I am trying to run below using ant.. I get success message but the file is not getting downloaded from ftp.. Please help
<?xml version="1.0"?>
<project name="Software Installation">
<target name="getSoftwareInstallerviaFTP">
<ftp server="ftp://10.110.66.30"
user name="xxx"
password="yyy">
action="get"
remotedir="http://ift.tt/1qjKXBH">
<fileset dir="C:\Users\supriya.raman\Downloads">
<include name="Storage_Manager_Server-windows-x86_64-6.0.0-SNAPSHOT.exe"/>
</fileset>
</ftp>
</target>
</project>
asked 24 secs ago
The following script do not download the installer as expected
Aucun commentaire:
Enregistrer un commentaire