Categories
Browsers Internet Laptop Microsoft Softwares

Screw SmartFTP, Filezilla, CuteFTP! … You don’t need them!

Here’s a little known *secret* way to replace all those FTP programs.

Go to Start > My Computer.

on the Address field type: “ftp://YOURUSERNAME@ftp.YOURDOMAIN.TLD” hit enter.

e.g. ftp://username@ftp.example.com

You should get a pop up.

Enter Your Password and click Log On.

You should now have access to all the files on your server! Just like an FTP program! You can upload files to it.

 

It is actually built into Windows explorer and when IE detects the FTP protocol it jumps over to windows explorer. The FTP client built into windows is actually fairly limited but it is pretty useful for a quick transfer when you do not have access to a FTP client.

However, Windows explorer does not support all FTP servers. If you use FireFox you can actually get a cool little plugin called FireFTP which I use a lot and like FileZilla it’s 100% free and can import your Filezilla profiles.

Smart FTP is a very cool FTP client but no longer free, FileZilla is good but a little limited. My personal preference is CuteFTP Pro. For those who want a convenient browser based FTP client FireFTP is pretty handy.

'Coz sharing is caring
Categories
Browsers Internet Laptop Microsoft

How to block/unblock a website on your computer

If you would like to block/unblock a website from being viewed on your Windows computer, follow these steps:

C:\WINDOWS\system32\drivers\etc

First backup thehosts file.
Open hosts file with notepad.
At the end of the line you can see as per below.

127.0.0.1       localhost

Append the following line at the end

127.0.0.1       BlockSitename.com

# replace the BlockSitename.com with the site name that you want to block.

then go to Start->Run-> type ipconfig /flushdns

Note: That will only stop the domain name to go to the website but if you know the IP address of the site from DnsStuff or NetworkTools then you can browse the site.

'Coz sharing is caring