Categories
Browsers Internet Laptop linux Microsoft

IP Addresses

To keep all of these machines straight, each machine on the Internet is assigned a unique address called an IP address. IP stands for Internet protocol, and these addresses are 32-bit numbers, normally expressed as four “octets” in a “dotted decimal number.” A typical IP address looks like this:

216.27.61.137

The four numbers in an IP address are called octets because they can have values between 0 and 255, which is 2^8 possibilities per octet.

Every machine on the Internet has a unique IP address. A server has a static IP address that does not change very often. A home machine that is dialing up through a modem often has an IP address that is assigned by the ISP when the machine dials in. That IP address is unique for that session — it may be different the next time the machine dials in. This way, an ISP only needs one IP address for each modem it supports, rather than for each customer.

If you are working on a Windows machine, you can view a lot of the Internet information for your machine, including your current IP address and hostname, with the command WINIPCFG.EXE (IPCONFIG.EXE for Windows 2000/XP). On a UNIX machine, type nslookup at the command prompt, along with a machine name, like www.howstuffworks.com — e.g. “nslookup www.howstuffworks.com” — to display the IP address of the machine, and you can use the command hostname to learn the name of your machine.

As far as the Internet’s machines are concerned, an IP address is all you need to talk to a server. For example, in your browser, you can type the URL http://209.116.69.66 and arrive at the machine that contains the Web server for HowStuffWorks. On some servers, the IP address alone is not sufficient, but on most large servers it is — keep reading for details.

'Coz sharing is caring
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