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

picoloto

The version you sent fixes the problem.

Thank you.
martin

Re: Incorrect case in file name after rename in source

Thanks for your report.

This issue has been added to the tracker:
https://winscp.net/tracker/1885

I'm sending you an email with a development version of WinSCP to the address you have used to register on this forum.
picoloto

Incorrect case in file name after rename in source

Using GUI, transfering a file using SFTP protocol, I saw a behavior that I believe it's an minor bug.

Steps to reproduce:

1) Create a file in Windows (eg: TEST.txt).
2) Open WinSCP and connect to the destination server using SFTP.
3) In WinSCP, browse to the directory where the TEST.txt is located.
4) In Windows Explorer, rename the file to "test.txt" (just changing the case, the name itself must remains).
5) In WinSCP, upload the file to the destination server.
6) In the destionation server, the uploaded file will be named "TEST.txt" instead of "test.txt".

If in WinSCP I do a refresh on the source pane between steps 4 and 5, the file will be created with the correct case on destination.

I'm using WinSCP 5.17.6 (build 10516) with Commander interface and Windows 7 Ultimate (Build 7601 ) SP 1.