Hi all,

Am trying to connect to FTP server of windows to linux, using a ant:ftp
from Maven.

 

When I run the above goal, it just displays the task on the console, and
it is not creating a directory as I wanted to.

<goal name="remote:ftp" description="Copy the artifacts">

            <ant:ftp action="mkdir" server="${maven.remote.machine}"
userid="${maven.remote.user}" password="${maven.remote.password}"
remotedir="${maven.remote.dir}">

                  <ant:fileset dir="${maven.build.dir}" />

              </ant:ftp>

    </goal>

 

 

Any help on the above issue would be great.

 

Thanks in advance.

 

Jayaram

Confidentiality Statement:

This message is intended only for the individual or entity to which it is 
addressed. It may contain privileged, confidential information which is exempt 
from disclosure under applicable laws. If you are not the intended recipient, 
please note that you are strictly prohibited from disseminating or distributing 
this information (other than to the intended recipient) or copying this 
information. If you have received this communication in error, please notify us 
immediately by return email.

Reply via email to