Regression in 3.4.2 (build 197) with '~ ' at begging of directory name
This worked fine with WinSCP 3.3, but is broken in 3.4.2:
If a directory begins with a tilde and space (e.g.
I'm using SSH version 2, SCP protocol, compression and 3DES encryption. Here is part of the logfile that shows the problem (note that the directory I end up in is
Thanks for your wonderful program – it totally rocks!
Joel
If a directory begins with a tilde and space (e.g.
~ upload
), then trying to descend into that directory will just take the use to their home directory.
I'm using SSH version 2, SCP protocol, compression and 3DES encryption. Here is part of the logfile that shows the problem (note that the directory I end up in is
/home/joel
, not the ~ upload
directory).
Directory content loaded from cache. Changing directory to "~ upload". cd ~ upload ; echo "WinSCP: this is end-of-file:$?" WinSCP: this is end-of-file:0 Getting current directory name. pwd ; echo "WinSCP: this is end-of-file:$?" /home/joel WinSCP: this is end-of-file:0 Directory content loaded from cache.
Joel