Article ID: 324062 - Last Review: October 30, 2006 - Revision: 3.2 HOW TO: Transfer Web Site Data by Using FTP in a UNIX-to-Windows MigrationThis article was previously published under Q324062 On This PageSUMMARY
This step-by-step article describes how to use FTP to transfer files either as one large archive of the Web site or to transfer each file individually. FTP is the least complicated method that you can use to transfer files between two platforms. Transfer One Large FileYou can store and serve Web sites in Apache from any location. Typically, a whole Web site is stored under a single directory. You can determine which directories are in use by using the grep utility to extract the DocumentRoot lines from a configuration file.For example: grep DocumentRoot /usr/local/apache/conf/httpd.conf DocumentRoot /usr/local/apache/htdocs After you determine the location, use tar to back up the documents to a file:
ScriptAlias /cgi-bin /usr/local/apache/cgi-bin These may be outside of the document root for the Web site (as shown in the example). Now move to the Windows-based computer:
Transfer Individual FilesTransferring individual files through the built-in FTP client in Windows is time-consuming for large sites because you must move in and out of each directory transferring the files. Instead, you can use an FTP client, such as FTP Voyage, to traverse the FTP directory for you and to mirror the contents of the UNIX-based Web site in a Windows directory.One benefit of using FTP Voyager or a similar tool is that it uses ASCII mode for transferring ASCII files, which automatically translates the line termination sequence between the two platforms, and binary mode for graphics and other files, which eliminates any post processing on the files, but which does not fix the path name or other problems. REFERENCESFor additional information about platform differences, file differences and compatibility, click the article numbers below
to view the articles in the Microsoft Knowledge Base:
324054
(http://support.microsoft.com/kb/324054/EN-US/
)
HOW TO: Identify Potential File and Directory Problems in a UNIX-to-Windows Migration
324053
(http://support.microsoft.com/kb/324053/EN-US/
)
HOW TO: Fix File-Path Conflicts in a UNIX-to-Windows Migration
For additional information about how to test your migration from UNIX to Windows, click the article number below to view the article in the Microsoft Knowledge Base: 324058
(http://support.microsoft.com/kb/324058/EN-US/
)
HOW TO: Test a UNIX-to-Windows Migration with FrontPage Extensions
323952
(http://support.microsoft.com/kb/323952/EN-US/
)
HOW TO: Understanding Compatibility for a UNIX-to-Windows Migration
For additional information about how to prepare to migrate data from UNIX to Windows, click the article number below to view the article in the Microsoft Knowledge Base: 324538
(http://support.microsoft.com/kb/324538/EN-US/
)
HOW To: Migrate Web Site Data in a UNIX-to-Windows Migration
| Article Translations
|
Back to the top
