The problem is that it DOESN'T hang. I'm able to connect to the server, but when I do the cd to get to the directory, that part "fails" and it stays in the root directory. Since no real script error occurs, the files are ftp'd to the root thinking that the change directory worked.
Is that more clear?
Main Topics
Browse All Topics





by: jleviePosted on 2002-11-07 at 11:06:39ID: 7421425
I'm guessing that the script simply hangs when it tries to access data residing on a stale NFS mount point. If that's the case you'd have to use some sort of timeout loop within the script or call some external program that can check the status of the resource and return an error (after timing out) if the resource isn't available.