Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

JQu

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
martin

Re: Cannot connect when remote folder was deleted

Can you please attach few screenshots showing that? And a session log file. Thanks.
JQu

Cannot connect when remote folder was deleted

WinSCP v.5.1.1

WinSCP remembers path on remote machine and when connects again, remote path is the same as was last time.
Problem occurs when the remote folder was deleted - winscp cannot connect until I create deleted folder or
delete remembered path from system registry.

Sorry for my terrible English.

regards,
JQu