Description
steps to reproduce:
1) open a command prompt
2) use the command line ftp client to connect to an ftp server in non anonymous way. For instance, I'am using virtualbox. I run an ftp server (vsftpd ) on my host
(Ubuntu 14.0.4). Then, I can connect to it using
ftp 10.0.2.2
Also I have tried
ftp localhost
when running an ftp server locally (using xlight wich appears to wok just fine in React Os! ) The effect is exactly the same!
3) enter your user-name and password. The system hangs at the moment you press enter after entering your password. The following messages appears in the log
(win32ss/user/winsrv/consrv/frontends/terminal.c:272) Using FrontEndIFace HACK(1), should be removed after proper implementation!
|
err:(dll/win32/msafd/misc/dllmain.c:2379) wVersionRequested (0x202)
|
err:(dll/win32/msafd/misc/dllmain.c:2340) MSAFD: Set unknown optname 100
|
(dll/win32/kernel32/client/console/readwrite.c:69) IntReadConsole(ExeName = ftp.exe)
|
(win32ss/user/winsrv/consrv/lineinput.c:423) TODO: Expand aliases
|
(dll/win32/kernel32/client/console/readwrite.c:69) IntReadConsole(ExeName = ftp.exe)
|
(win32ss/user/winsrv/consrv/lineinput.c:423) TODO: Expand aliases
|
(dll/win32/kernel32/client/console/readwrite.c:69) IntReadConsole(ExeName = ftp.exe)
|
|
*** Assertion failed: Console->LinePos == 0
|
*** Source File: /srv/buildbot/Build_GCCLin_x86/build/win32ss/user/winsrv/consrv/frontends/terminal.c, line 384
|
I'm submitting a screenshot of the occurrence, and the full log.
Anonymous logins are not affected (for instance to ftp.gnu.org) and seems to work fine, because no password is needed.
Attachments
Issue Links
- duplicates
-
CORE-10997 Could not connect ftp.exe since r70281
- Resolved