Ive built a fairly simple ant script to go to several different machines and get some files. The script runs correctly, and gives no error messages. However, for two of the machines it goes to, the files are not received, the other two it does receive files. The output says the file is being recieved, but it does not show up. The script uses the scp command. I can manually get the file using the sftp command, so it seems communication is working bewtween machines. It also seems that there is no syntax type error, since the file builds, and works for half the machines. Im stumped to explain what is happening.. Any suggestions would be appreciated.
Thanks