Re: Cannot connect when remote folder was deleted
I think I know what the problem is. There is QNX4 operating system on the remote machine, which generates problem.
When WinSCP try to set current directory, during connection establish, executes command:
cd "/AAAA" ; echo "WinSCP: this is end-of-file:$?"
on Linux machine the response is:
-bash: cd: /AAAA: No such file or directory
WinSCP: this is end-of-file:1
but on QNX4 machine the response is:
/AAAA: bad directory
there is no "WinSCP: this is end-of-file" in reponse.
WinSCP timeouts when waiting on it.
It seems that QNX4 shell breaks executing commands on cd command error.
Look at the attached log.
regards
When WinSCP try to set current directory, during connection establish, executes command:
cd "/AAAA" ; echo "WinSCP: this is end-of-file:$?"
on Linux machine the response is:
-bash: cd: /AAAA: No such file or directory
WinSCP: this is end-of-file:1
but on QNX4 machine the response is:
/AAAA: bad directory
there is no "WinSCP: this is end-of-file" in reponse.
WinSCP timeouts when waiting on it.
It seems that QNX4 shell breaks executing commands on cd command error.
Look at the attached log.
regards