Auch... i can reproduce the problem. Let's get a file from a pub, for example ftp.cakewalk.com/pub/Press/Screen_Shots/VSampler/VSampler-Screenshot.jpg
That's the 4 combinations:
#1) Edit: (with file only on remote server)
TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode (161,58,92,190,7,106).
RETR VSampler-Screenshot.jpg
125 Data connection already open; Transfer starting.
226 Transfer complete.
Transferred: VSampler-Screenshot.jpg 133.238 bytes in 5,26 (24,75 KBps)
An internal error has occurred.
Error reading Editor.HideSelection: Win32 Error. Code: 1400.
Invalid window handle
#2) View: (with file only on remote server)
PASV
227 Entering Passive Mode (161,58,92,190,7,112).
RETR VSampler-Screenshot.jpg
125 Data connection already open; Transfer starting.
226 Transfer complete.
Transferred: VSampler-Screenshot.jpg 133.238 bytes in 5,28 (24,66 KBps)
An internal error has occurred.
Access violation at address 77F5178D in module 'ntdll.dll'. Write of address 7742840A
#3) View: (without problems - file on local & remote server)
#4) Edit: (file on local & remote server)
TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode (161,58,92,190,7,137).
RETR VSampler-Screenshot.jpg
125 Data connection already open; Transfer starting.
226 Transfer complete.
Transferred: VSampler-Screenshot.jpg 133.238 bytes in 5,31 (24,51 KBps)
An internal error has occurred.
Access violation at address 77F5178D in module 'ntdll.dll'. Write of address 7742840A
An internal error has occurred.
Access violation at address 77F5178D in module 'ntdll.dll'. Write of address 77575235
By the way, combination #4 is new for me... in my first post it worked perfect ...
.