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

martin

@Guest: Capture and edit what?
Guest

mikewill34 wrote:

Problem still exists in debug version.
I have emailed you a link to get the log files and screen shots

Hi, I want to know which software to capture and edit it. Thank you.
martin

Re: Same Problem on 5.9.4

nerg wrote:

i have the same Problem, but deleting the old .ini and let winscp create a new one does not solve anything.

Please start a new thread and post some screenshots and log.
nerg

Same Problem on 5.9.4

Hey Guys,

i have the same Problem, but deleting the old .ini and let winscp create a new one does not solve anything.

Any Ideas?

Greetings
Daniel
martin

Re: How this prob is solved?

sduarewe122 wrote:

How this prob is solved?
I cannot locate the .ini file also

Yes, it was resolved as described above. If you do not have INI file, you may have registry configuration corrupted.
See https://winscp.net/eng/docs/config
sduarewe122

How this prob is solved?

How this prob is solved?
I cannot locate the .ini file also
mikewill34

Problem Solved

Hi Martin,

Thanks for your help, my .ini file had several corrupted areas as follows:-
L = New .ini file

R = Corrupted ini file
------------------------------------------------------------------------
L26  PuttySession=WinSCP%20temporary%20session
     PuttyPath=%25PROGRAMFILES%25%5CPuTTY%5Cputty.exe
R36  PuttySession=WinSCPR0temporaryR0session
     PuttyPath="C:%5CProgram%20Files%5CPuTTY%5Cputty.exe"
------------------------------------------------------------------------
L52  SelectMask=%2A.%2A
R62  SelectMask=RA.RA
------------------------------------------------------------------------
L97  Masks=%2A.%2Ahtml;%20%2A.htm;%20%2A.txt;%20%2A.php;%20%2A.php3;%20%2A.cgi;%20%2A.c;%20%2A.cpp;%20%2A.h;%20%2A.pas;%20%2A.bas;%20%2A.tex;%20%2A.pl;%20.htaccess;%20%2A.xtml;%20%2A.css;%20%2A.cfg;%20%2A.ini;%20%2A.sh;%20%2A.xml
R107 Masks=RA.RAhtml;R0RA.htm;R0RA.txt;R0RA.php;R0RA.php3;R0RA.cgi;R0RA.c;R0RA.cpp;R0RA.h;R0RA.pas;R0RA.bas;R0RA.tex;R0RA.pl;%20.htaccess;R0RA.xtml;R0RA.css;R0RA.cfg;R0RA.ini;R0RA.sh;R0RA.xml
------------------------------------------------------------------------
L107 LocalInvalidChars=/%5C:%2A%3F"<>|
R117 LocalInvalidChars=/%5C:RASF"<>|
------------------------------------------------------------------------
L179 LastLocalTargetDirectory=C:%5CUsers%5COwner%5CDocuments
R235 LastLocalTargetDirectory=C:UCUsersE5COwnerUCDocuments
------------------------------------------------------------------------
L220 FileMask=%2A.%2A
R276 FileMask=RA.RA
------------------------------------------------------------------------
L228 FileMask=%2A.%2A
R284 FileMask=RA.RA
------------------------------------------------------------------------


I deleted the old ini file and let WinScp create a new one.

Regards
Mike
mikewill34

Hi Martin,

Problem still exists in debug version.
I have emailed you a link to get the log files and screen shots




Regards
Mike
mikewill34

File Name Corruption on transfer to windows

Hi,

Using WinSCP Version 4.2.7 build 758

When the "Transfer" "Filename modification" Option Replace \:*?'... is checked some uppercase letters "A", "F", "R" & "S" are wrongly escaped to %XX. See examples below.

Unix FileName(s)
A B C D E F G H I J K L M.txt

N O P Q R S T U V W X Y Z.txt
are wrongly converted to :-
%41 B C D E %46 G H I J K L M.txt

N O P Q %52 %53 T U V W X Y Z.txt

i.e.
A --> %41
F --> %46
R --> %52
S --> %53

This occurs when transfering from a Unix host to windows.

Regards
Mike