I am executing scp from ant and getting the error message "No response from server". I have used scp successfully before. This time it is tranfering multiple files from winxp to unix. (transferring a single file is working fine.) The code snippet follows:
<scp todir="${u}:[EMAIL PROTECTED]:${patch.target.dir}" trust="true" verbose="true"> <fileset dir="${fpat.home.dir}/${fpat.source.dir}"> <include name="**/*"/> </fileset> </scp> I checked to see if there is an option or setting on scp that could help, but did not find any. Is there a setting on the service that supports scp? I found out that the problem was that the todir value was not found on the target system. Could we get a better error message? "No response from server" is pretty general. --glenn