Answer the question
In order to leave comments, you need to log in
Ant: ftp command running slowly
I couldn't find any information that would indicate that anyone else had this problem, but I have it on two computers. The command is written like this:
<ftp action="send"
server="${HOST}"
port="${PORT}"
userid="${LOGIN}"
password="${PASSWORD}"
remotedir="${DIR}"
passive="yes"
binary="yes"
verbose="yes"
depends="no">
<fileset dir="tmp" />
</ftp>
Answer the question
In order to leave comments, you need to log in
With these inputs, it just came to my mind:
enableRemoteVerification
Whether data connection should be verified to connect to the same host as the control connection. This is a security measure that is enabled by default, but it may be useful to disable it in certain firewall scenarios. since Ant 1.8.0
Required: No, default is true
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question