http://bugs.winehq.org/show_bug.cgi?id=18455
Summary: Winscp: path selection not automatically selected Product: Wine Version: 1.1.21 Platform: PC URL: http://winscp.net/download/winscp421.exe OS/Version: Linux Status: NEW Keywords: download, source Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Created an attachment (id=21070) --> (http://bugs.winehq.org/attachment.cgi?id=21070) autohotkey script
A bit hard to explain, but easy to reproduce...
I'm working on my SoC project, and one of the first programs I tested was WinSCP. I've got a script written that downloads WinSCP, runs it, downloads a file from ftp.winehq.org and verifies the sha1sum. Tested on Win2k, runs fine. Under wine, however, it fails. Looking at the log, easy to see the problem. The script runs winscp, selects 'welcome.msg', sends 'F5' to download. Here, under Windows, the path "C:\users\austin", is automatically selected/highlighted. Under Wine, it's not.
While it's an easy workaround to send CTRL+A before typing the new path, we should fix this bug as well.
Attached is the autohotkey script. Run with 'wine autohotkey.exe winscp.ahk'. If it passes, the bug (should be) fixed. (Autohotkey is available from 'winetricks ahk').