View Single Post
Old 02-13-2003, 08:45 AM  
Jae_x777
Junior Member
 
Join Date: Feb 2003
Posts: 1
Default

I am searching for the same thing..... It should be possible in some way right? Afterall... it can also been done on mailto://, irc:// and more of thos kinda URL's, so why not with ftp:// links?

I tried to modify the registry settings in the same way just how i modified it for my email client... but it isn't working
I get the ftp:// URL's opened in ie now and most of the time it gives an server error :S

Here is what i have now:
Quote:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\ftp]
@="URL:File Transfer Protocol"
"URL Protocol"=""
"EditFlags"=hex:02,00,00,00

[HKEY_CLASSES_ROOT\ftp\DefaultIcon]
@="\"C:\\Applicat\\FlashFXP\\FlashFXP.exe\",0"

[HKEY_CLASSES_ROOT\ftp\shell]


[HKEY_CLASSES_ROOT\ftp\shell\open]

[HKEY_CLASSES_ROOT\ftp\shell\open\command]
@="\"C:\\Applicat\\FlashFXP\\FlashFXP.exe\" \"%1\""
That isn't working.

Here is what it was before (opening all ftp:// links in IE):
Quote:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\ftp]
@="URL:File Transfer Protocol"
"EditFlags"=dword:00000002
"ShellFolder"="{63da6ec0-2e98-11cf-8d82-444553540000}"
"Source Filter"="{E436EBB6-524F-11CE-9F53-0020AF0BA770}"
"URL Protocol"=""
"BrowserFlags"=dword:00000008

[HKEY_CLASSES_ROOT\ftp\DefaultIcon]
@="C:\\WINDOWS\\System32\\msieftp.dll,0"

[HKEY_CLASSES_ROOT\ftp\Extensions]
".IVF"="{C69E8F40-D5C8-11D0-A520-145405C10000}"

[HKEY_CLASSES_ROOT\ftp\shell]
@=""

[HKEY_CLASSES_ROOT\ftp\shell\open]

[HKEY_CLASSES_ROOT\ftp\shell\open\command]
@="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" %1"
Somebody has ideas on how to get it working? Or any other way of enabeling FlashFXP for ftp:// links?

(I'm running Windows XP BTW)
Jae_x777 is offline