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

Re: explaination for "out of memory"

Thanks, I'll check it.
jira

explaination for "out of memory"

I just found explaination for "out of memory" in Windows 98 with scp text mode:
https://winscp.net/eng/docs/transfer_mode#scp
But endless 90% cpu usage on Windows XP (enough memory = 784MB real + 1GB swp) stays unexplained. And unexpectedly closed connection by sftp also.
jira

text mode transfer loops on cpu

Hi!
I have to transfer csv-files from Windows XP to linux (Suse 9.1, openssh 3.8p1-37.17). (csv-files = coma separated values, about 700 characters per line, 40-90 MB per file)
Binary transfer gets OK. But text mode transfer with scp uses full cpu power and nothings transfers - I must manualy interrupt the transfer. Text mode transfer with sftp breaks at random point (after sevral MB transfered) with error code 11 (connection unexpectedly broken).
I tried it on Windows 98 also - full cpu usage ends with "out of memory".
WinSCP version 3.7.4
Thanks