Whenever I ftp to a site it opens up in a new window. Is there any way to keep it in the same explorer window. Windows 7 did this and I can't seem to find an option on my computer to keep it in the same window.
Example
is that so you can easy copy from one drive to another ?
Jaamulberry,
That’s odd. That doesn’t happen for me.
We can check a few registry keys. Could you post the content of the files created by the following commands? The data there might reveal something.
Code:reg export "HKLM\SOFTWARE\Classes\ftp" "C:\Users\%username%\Desktop\ftp_l.reg" reg export "HKCU\SOFTWARE\Microsoft\FTP" "C:\Users\%username%\Desktop\ftp_c.reg"
Attached
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ftp]
"ShellFolder"="{63da6ec0-2e98-11cf-8d82-444553540000}"
"Source Filter"="{E436EBB6-524F-11CE-9F53-0020AF0BA770}"
@="URL:File Transfer Protocol"
"AppUserModelID"="Microsoft.InternetExplorer.Default"
"EditFlags"=dword:00000002
"FriendlyTypeName"="@C:\\WINDOWS\\system32\\ieframe.dll,-905"
"URL Protocol"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ftp\DefaultIcon]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,75,00,72,00,\
6c,00,2e,00,64,00,6c,00,6c,00,2c,00,30,00,00,00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ftp\shell]
@="open"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ftp\shell\open]
"CommandId"="IE.Protocol"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ftp\shell\open\command]
@=""C:\\Program Files\\Internet Explorer\\IEXPLORE.EXE" %1"
"DelegateExecute"="{17FE9752-0B5A-4665-84CD-569794602F5C}"Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\FTP]
"Use PASV"="yes"
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\FTP\Accounts]
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\FTP\Accounts\mysmartseries.net]
"Default User"="rsdftp"
"Login Attributes"=dword:00000006
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\FTP\Accounts\mysmartseries.net\rsdftp]
"Password"=hex:01,00,00,00,d0,8c,9d,df,01,15,d1,11,8c,7a,00,c0,4f,c2,97,eb,01,\
00,00,00,43,aa,a5,de,f8,59,5b,44,9a,9f,35,d4,5c,c9,d3,0c,00,00,00,00,02,00,\
00,00,00,00,10,66,00,00,00,01,00,00,20,00,00,00,17,43,c4,d1,39,7b,9d,a1,b9,\
e9,d6,f4,3a,69,0b,ff,da,3d,f1,f4,76,bd,1a,76,80,3f,64,89,5c,6a,b8,25,00,00,\
00,00,0e,80,00,00,00,02,00,00,20,00,00,00,bf,36,84,0d,80,d5,46,ef,fb,81,89,\
19,55,7f,02,bc,c2,95,68,01,0b,dc,f9,4a,9d,87,57,d4,5c,13,52,51,20,00,00,00,\
5d,94,35,3f,9a,e2,f8,11,26,e5,ba,6b,a0,8b,34,cd,c0,b5,d2,4e,d0,de,5a,c9,cb,\
74,46,5a,51,cb,a1,e2,40,00,00,00,b4,e8,93,3e,d6,70,11,e5,94,a1,15,9d,22,68,\
0a,f0,a3,21,9f,a0,2f,0c,8d,6f,3a,70,e3,fd,45,5a,78,73,1c,56,33,dd,3c,db,d9,\
14,58,8c,90,d1,a3,60,77,fe,e1,f7,bb,7e,c3,5f,6b,9d,9c,53,dd,bd,bd,f0,25,96
Thank you.
Those registry values are fine.
What’s the behaviour on another user account like?