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:
The first letter will be a "d" if that is a directory, if it is a file it will be a "-".
The last three letters tell us what kind of access we, as anonymous users, have.
Alternatively, if we want to have the file permissions and file sizes omitted we can do a simple "ls" command instead of "dir".
Let's change to a directory that we have read access for:
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]