Transferring fails when filename has '%2f'
For example, Putting a local file that name has '%2f' like "hoge%2fhoge.txt" to myserver:/somedir/, WinSCP will try to copy it as /somedir/hoge/hoge.txt.
There is not /somedir/hoge directory, WinSCP will say "No such file or directory" as error. And mkdir-ing /somedir/hoge will success transferring "hoge.txt" into it of course but this result will not be a one I want.
There is not /somedir/hoge directory, WinSCP will say "No such file or directory" as error. And mkdir-ing /somedir/hoge will success transferring "hoge.txt" into it of course but this result will not be a one I want.