Article ID: 240727 - Last Review: July 7, 2008 - Revision: 4.1 How to Use the FTP Utility in a Typical SessionThis article was previously published under Q240727 We strongly recommend that all users upgrade to Microsoft Internet Information Services (IIS) version 7.0 running on Microsoft Windows Server 2008. IIS 7.0 significantly increases Web infrastructure security. For more information about IIS security-related topics, visit the following Microsoft Web site: http://www.microsoft.com/technet/security/prodtech/IIS.mspx
(http://www.microsoft.com/technet/security/prodtech/IIS.mspx)
For more information about IIS 7.0, visit the following Microsoft Web site: http://www.iis.net/default.aspx?tabid=1
(http://www.iis.net/default.aspx?tabid=1)
On This PageSUMMARY
This article explains how to use the FTP utility, which is included with Windows NT 4.0, in a typical FTP session. This article covers the following topics:
MORE INFORMATIONNOTES:
Opening an FTP SiteTo open an FTP site, perform the following:
Browsing the List of Files and FoldersTo view the list of files and folders, type dir at the ftp prompt.Changing FoldersTo change to a different folder (also known as the working directory), use the cd command.Note: To change to the root folder, type either cd / or cd \. To change to the parent folder, use two periods (cd ..). Copying a File From the FTP Site to Your Local ComputerTo copy a file from the FTP site to your local computer, use the get command.Copying a File from your Local Computer to the FTP SiteTo copy a file from your local computer to the FTP site, use the put command.Note: Most sites only allow users to do this if they have logged on using a specific, preassigned user name, NOT the "anonymous" user. Ending an FTP sessionTo end the FTP session, use the bye command.Additional ReferencesFor a full list of the commands and parameters that can be used with the FTP utility, perform the following:
| Article Translations
|
Back to the top
