Computer Tutorials: The DOS FTP Client


Home > Computer Tutorials: The DOS FTP Client

The average person doesn't know that the DOS console has a built in FTP client. I bet you didn't, right? It is actually a very simple and straight-forward way to access an FTP server. In this tutorial I'll explain how it is used and why it is so much more useful compared to other FTP clients. It is assumed that the reader has basic knowledge of how an FTP client works, and should have very basic knowledge of DOS.

You don't have to follow along with the instructions. In fact, it may become annoying if you do since most FTP servers will close connections that have been idling for a certain amount of time. Just use this as a reference after reading it completely.

Let's start by using it:

Now that we are logged in to Microsoft's ftp server, let's see what they have:

Now let's download a file. There should be a "clouds.exe file, let's get it.

Type "get clouds.exe c:\clouds.exe". This will download the clouds.exe file to your C: drive. You can specify any existing directory you want.

Now let's upload a file. We can't upload files anywhere in this ftp server that I know of. So let's just pretend we can.

Type "put c:\examplefile.txt" and it will upload example.txt to the current directory. But since we don't have access to do so here it will say "access denied".

To exit the server type "close" to keep the ftp session running but close the connection to ftp.microsoft.com, or type "bye" to close the connection and end the ftp session.
 

I hope this has helped. Questions can be emailed to me at the address at the bottom of the screen. Below I have listed of all the FTP commands available to you. Enjoy!

Questions/Comments? [email protected]

Hosted by www.Geocities.ws

1