Windows Tutorials - Herong's Tutorial Examples
Dr. Herong Yang, Version 5.00

FTP Server, Client and Commands

This chapter provides an introduction of FTP (File Transfer Protocol). Topics include setting up FTP server; FTP command line client program; downloading files; checking the log file; uploading files.

Setting Up FTP Server with IIS

FTP Command Line Client Program

Downloading Files with FTP Commands

Checking FTP Server Log File

Uploading Files to FTP Servers

Conclusion:

  • Windows provides FTP server service through IIS (Internet Information Services), which is relatively easy to manage.
  • Windows also provides a command line client FTP program. If you are interested in client programs with graphical user interface, there are a number of shareware available on the Interface.
  • You should be careful about running your FTP server with anonymous option turned on. Anonymous option allows anyone on the Internet to come to your server and take files away from FTP directory.

Dr. Herong Yang, updated in 2008
FTP Server, Client and Commands