FTP Client

Use Microsoft FTP Client (console) to transfer files to and from your computer running anFTP (File Transfer Protocol) server service such as Internet Information Service. FTP can be used interactively or in batch mode by processing ASCII text files.

To see the list of commands available and the syntax:

  • Launch FTP Client from the Active@ Boot Disk shell, click Start > Console Tools > FTP Client
  • If you choose console then type: ftp /? to see the list of commands available and the actual syntax.
Examples:
  • To anonymously log on to the FTP server named ftp.example.microsoft.com, type the following command: ftp -A ftp.example.microsoft.com
  • To log on to the FTP server named ftp.example.microsoft.com and run the ftp commands contained in a file named Resynch.txt, type the following command: ftp -s:resynch.txt ftp.example.microsoft.com

Read here more detailed information about FTP client usage.