text mode transfer performance

Advertisement

Andrej Vanek
Guest

text mode transfer performance

Hello,
I tried to transfer files from windows2000 to linux in text mode.
:shock: WinScp was unable to copy a file with size of 217MB: I had to kill that transfer after 16 hrs (!).

:idea: Problem of winscp is that it tries to allocate too much memory (see page faults and VMem fields in windows's task manager). Probably it tries to convert the whole ascii file in memory before starting the transfer instead of doing conversion just-in-time: i.e. pipeline ascii conversion process to transfer process.

Anyway, Windows's ftp client transfered that file in 5 minutes in ascii mode- so I transfered the file this way: ftp in ascii to another node, then back by ftp in binary mode and finally by winscp in binary mode to the target computer.

It would be nice to fix this performance leak.
Best Regards, Andrej

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: text mode transfer performance

I have just added an explanation to documentation chapter about transfer modes.

BTW, I do not think I'll ever resolve this, because the obsolete SCP protocol is not worth it.

Reply with quote

Advertisement

You can post new topics in this forum