Hi,
Currently iam supporting a
Java project which uses FTP Action to get the files located on a say "ABC " Server and puts it back in another "bcd" server.
it is done on a click of a button for different countries and different countries servers are located in different locations.
I came to know that this type of error comes when the server is not able to listen to the port.
Means do i need to run netstat -a on the server where the web application is deployed or do i need to use netstat -a on the remote server which iam tryinging to connect through the web application.
The problem is that it is failing only for a particular country . It ran successfully for the other countries.
Could any one suggest me what i need to do in this regard.
Thanks!!
Kavitha