DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29484>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29484 [net] Unable to initiate FTP send [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2004-06-22 02:58 ------- Without knowing the details of the server you're connecting to and how it identifies itself to the outside world, I have to think that this is not a bug and that the code is working as it was intended to. There is a public method FTPClient.setRemoteVerificationEnabled() that can be called to change the default value for this variable to false, and thereby disable the verification. But this code has been stable for many years without getting this complaint. Is it possible the server is misconfigured? Since you're working from Ant, if you can demonstrate that your use case is valid and that there is a vailid reason to be able to turn off the verification, perhaps the Ant FTP task can be revised to take another parameter for this. But that is a matter for Ant. Commons-net does provide a way to change the default if necessary. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]