S
sc_wizard29
Hi everyone,
I'm trying to deploy a whole directory structure from my desktop to our
unix test server using the ant <ftp> task. For some reason, empty
directories are not transfered... does someone know how to do this ?
This is the task I'm using :
<ftp server="${server_ip}" userid="${user}" password="${pwd}"
remotedir="${remote_dir}">
<fileset dir="${rootDir}"/>
</ftp>
Thanks for helping...
I'm trying to deploy a whole directory structure from my desktop to our
unix test server using the ant <ftp> task. For some reason, empty
directories are not transfered... does someone know how to do this ?
This is the task I'm using :
<ftp server="${server_ip}" userid="${user}" password="${pwd}"
remotedir="${remote_dir}">
<fileset dir="${rootDir}"/>
</ftp>
Thanks for helping...