<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; file transfer</title>
	<atom:link href="http://www.ghacks.net/tag/file-transfer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 09 Nov 2009 19:30:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Simple ftp with Gftp</title>
		<link>http://www.ghacks.net/2009/08/05/simple-ftp-with-gftp/</link>
		<comments>http://www.ghacks.net/2009/08/05/simple-ftp-with-gftp/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 10:56:18 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[file transfer]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[gftp]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=15060</guid>
		<description><![CDATA[Whenever I need to use the ftp protocol to transfer files in Linux I always turn to one application: Gftp. Gftp is a GTK+ application that makes ftp as simple as it gets. Released under the GPL, Gftp has a lot of features (for an ftp client) and installs on most *NIX machines. The only [...]]]></description>
			<content:encoded><![CDATA[<p>Whenever I need to use the ftp protocol to transfer files in Linux I always turn to one application: Gftp. Gftp is a GTK+ application that makes ftp as simple as it gets. Released under the GPL, Gftp has a lot of features (for an ftp client) and installs on most *NIX machines. The only requirements for installation are GTK+ 1.2.3 or higher, the pthreads library, and (of course) X Windows.</p>
<p>Gftp has a very user-friendly interface that any user can understand without having to look at much documentation at all. The only downfall to Gftp is that it hasn&#8217;t been updated since 1/11/2008. Let&#8217;s take a look at this single-minded application.</p>
<p><span id="more-15060"></span><strong>Features</strong></p>
<p>Gftp offers the user the following features:</p>
<ul>
<li>Supports FTP,  FTPS (Control Connection), HTTP, HTTPS, SSH, and FSH protocols.</li>
<li>Supports FTP and HTTP proxy servers.</li>
<li>Supports FXP.</li>
<li>Bookmarks allow quick access to remote connections.</li>
<li>Logging.</li>
<li>Cache clearing.</li>
<li>Remote chmod tool.</li>
<li>Remote directory creation.</li>
<li>Internationalization (numerous translations available).</li>
</ul>
<p><strong>Getting and installing</strong></p>
<p>Installing Gftp is simple if you follow these steps:</p>
<ol>
<li>Open your Add/Remove Software tool.</li>
<li>Search for &#8220;gftp&#8221; (no quotes).</li>
<li>Mark the Gftp entry for installation.</li>
<li>Click Apply to install.</li>
</ol>
<p>You can also install Gftp from the command line by issuing a command similar to:</p>
<p><em>sudo apt-get install gftp</em></p>
<p>Once installed you will find the Gftp entry in the Internet sub-menu of your Applications menu.</p>
<p><strong>The interface</strong></p>
<div id="attachment_15062" class="wp-caption alignleft" style="width: 427px"><a rel="attachment wp-att-15062" href="http://www.ghacks.net/2009/08/05/simple-ftp-with-gftp/gftp_main/"><img class="size-full wp-image-15062" src="http://www.ghacks.net/wp-content/uploads/2009/08/gftp_main.png" alt="Figure 1" width="417" height="336" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>The interface for Gftp is as simple as it gets. As you can see (in Figure 1) the interface is a dual pane window that allows easy dragging and dropping of files from the local machine to the remote machine.</p>
<p>As you can see I have connected to an FTP server on my local LAN. To make the connection you simply enter the following information:</p>
<ul>
<li>Host: The address of the FTP server.</li>
<li>Port: The port used for FTP on the host (if it is a standard port leave it blank).</li>
<li>User: The username you need to connect.</li>
<li>Password: The password used for the remote machine.</li>
</ul>
<p>Once you have entered the information, click the Enter key to connect.</p>
<p>To move a file from one site to another you can do one of four things:</p>
<ul>
<li>Drag and drop the file or directory you want to transfer.</li>
<li>Double click the file or directory you want to transfer.</li>
<li>Select the file or directory and click the arrow button that points to the machine you want to transfer to.</li>
<li>Select the file or directory and click Control-P.</li>
</ul>
<p><strong>Quick compare</strong></p>
<div id="attachment_15065" class="wp-caption alignright" style="width: 427px"><a rel="attachment wp-att-15065" href="http://www.ghacks.net/2009/08/05/simple-ftp-with-gftp/gftp_compare/"><img class="size-full wp-image-15065" src="http://www.ghacks.net/wp-content/uploads/2009/08/gftp_compare.png" alt="Figure 2" width="417" height="336" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>One of the features I often use with Gftp is the Compare Windows tool. What this tool does is quickly compare the file listing on both the remote and the local sites and highlight all the files on the directory that are similar. This is a quick and easy way to know what you have already transferred to keep you from accidentally overwriting files.</p>
<p>To use this tool make sure you are connected to the remote site of your choice and then click on the Tools menu and select &#8220;Compare Windows&#8221;. After you click the tool you will instantly see the files that are similar are Not selected on both panes (see Figure 2). Say you need to send all the files on your current working local directory that have not already been copied to the remote site. To do this click Compare Windows and then just click right facing arrow to copy all files not already on the remote site. Easy file transfer.</p>
<p><strong>Final thoughts</strong></p>
<p>Gftp makes transferring files as simple as it gets in Linux. Of course you could always opt to use the the ftp command line to for a more bare-bones simplicity. But when you have an easy to user GUI interface, why bother with the command line. Right?</p>

	Tags: <a href="http://www.ghacks.net/tag/file-transfer/" title="file transfer" rel="tag">file transfer</a>, <a href="http://www.ghacks.net/tag/ftp/" title="ftp" rel="tag">ftp</a>, <a href="http://www.ghacks.net/tag/gftp/" title="gftp" rel="tag">gftp</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/04/09/use-winscp-to-securely-copy-files-between-two-computers/" title="Use WinSCP to securely copy files between two computers (April 9, 2007)">Use WinSCP to securely copy files between two computers</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/06/08/transfer-and-backup-files-with-file-transfer-software-fling/" title="Transfer And Backup Files With File Transfer Software Fling (June 8, 2009)">Transfer And Backup Files With File Transfer Software Fling</a> (4)</li>
	<li><a href="http://www.ghacks.net/2006/01/26/smart-ftp-20/" title="Smart Ftp 2.0 (January 26, 2006)">Smart Ftp 2.0</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/12/30/share-files-with-http-file-server/" title="Share Files with HTTP File Server (December 30, 2006)">Share Files with HTTP File Server</a> (11)</li>
	<li><a href="http://www.ghacks.net/2009/04/23/set-up-a-reliable-ftp-server-with-proftpd/" title="Set up a reliable ftp server with proftpd (April 23, 2009)">Set up a reliable ftp server with proftpd</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/08/05/simple-ftp-with-gftp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Transfer And Backup Files With File Transfer Software Fling</title>
		<link>http://www.ghacks.net/2009/06/08/transfer-and-backup-files-with-file-transfer-software-fling/</link>
		<comments>http://www.ghacks.net/2009/06/08/transfer-and-backup-files-with-file-transfer-software-fling/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 08:47:54 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[backup software]]></category>
		<category><![CDATA[file transfer]]></category>
		<category><![CDATA[file transfer software]]></category>
		<category><![CDATA[fling]]></category>
		<category><![CDATA[transfer files]]></category>
		<category><![CDATA[windows backup software]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/06/08/transfer-and-backup-files-with-file-transfer-software-fling/</guid>
		<description><![CDATA[We have spotted Flint in Lee&#8217;s awesome list of 40 awesome free Windows apps you can download in 2 seconds where he listed 40 free and lightweight software programs. It is definitely a good read and who knows, you might find a few programs that you have not heard about. Make sure to check the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/06/file_transfer.jpg" alt="file transfer" title="file transfer" width="149" height="199" class="alignleft size-full wp-image-13371" />We have spotted Flint in <a href="http://www.downloadsquad.com/2009/06/07/40-awesome-free-windows-apps-you-can-download-in-2-seconds/">Lee&#8217;s</a> awesome list of 40 awesome free Windows apps you can download in 2 seconds where he listed 40 free and lightweight software programs. It is definitely a good read and who knows, you might find a few programs that you have not heard about. Make sure to check the comments as well as they contain additional programs mentioned by users.</p>
<p>Fling is a file transfer software that can be used to transfer and backup files over a computer network and ftp. It&#8217;s two main uses are to backup files that are stored on a local computer system to computers in the network or to an ftp server located on the Internet.</p>
<p><span id="more-13374"></span>The developers have added some other options that include backing up files between local hard drives, update a remote website over ftp or to automate transfers of files to an USB drive.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/06/file_transfer_software.jpg" alt="file transfer software" title="file transfer software" width="483" height="366" class="alignnone size-full wp-image-13372" /></p>
<p>The program displays a wizard upon first start which will aid the user in setting up the first backup or transfer job. The user needs to enter some data after making the selection. The type of data depends largely on the selected job. Backing up data to a remote ftp server requires the ftp login credentials and IP while backing up files between two local hard drives requires only the selection of the folders involved.</p>
<p>The last step is included in every setup. It asks the user to select an update and scan option. Possibilities are manual updates, automatic updates when changes are detected (that means almost instantly), interval scans to check for changes occasionally and on demand folder scans.</p>
<p>It is possible to skip the wizard and configure the service manually. This adds a few additional option to the file transfer which could be interesting for experienced users.</p>
<p>It is for example possible to exclude files from being copied (using wildcards, e.g. *.exe), prevent the deletion of remotely hosted files or to delete local files after a successful file transfer.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/06/backup_files-500x494.jpg" alt="backup files" title="backup files" width="500" height="494" class="alignnone size-medium wp-image-13373" /></p>
<p>Fling&#8217;s main advantage is that it is not complicated to setup. It takes roughly a minute to configure a backup or file transfer job in the software program. <a href="http://www.nchsoftware.com/fling/index.html">Fling</a> is available for the Microsoft Windows operating system, more precisely for all major releases of the last years including Windows 2000, Windows XP, Windows Vista, Windows Server 2003, 2008 and Windows 7.</p>
<p>You might want to check out our article on Windows backup software to read about additional free programs that can be used to backup and transfer data.</p>

	Tags: <a href="http://www.ghacks.net/tag/backup/" title="backup" rel="tag">backup</a>, <a href="http://www.ghacks.net/tag/backup-software/" title="backup software" rel="tag">backup software</a>, <a href="http://www.ghacks.net/tag/file-transfer/" title="file transfer" rel="tag">file transfer</a>, <a href="http://www.ghacks.net/tag/file-transfer-software/" title="file transfer software" rel="tag">file transfer software</a>, <a href="http://www.ghacks.net/tag/fling/" title="fling" rel="tag">fling</a>, <a href="http://www.ghacks.net/tag/transfer-files/" title="transfer files" rel="tag">transfer files</a>, <a href="http://www.ghacks.net/tag/windows-backup-software/" title="windows backup software" rel="tag">windows backup software</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/10/03/yadis-backup-software/" title="Yadis! Backup Software (October 3, 2009)">Yadis! Backup Software</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/04/24/windows-backup-software-backup-maker/" title="Windows Backup Software: Backup Maker (April 24, 2009)">Windows Backup Software: Backup Maker</a> (18)</li>
	<li><a href="http://www.ghacks.net/2008/10/02/windows-backup-software-deltacopy/" title="Windows Backup Software DeltaCopy (October 2, 2008)">Windows Backup Software DeltaCopy</a> (11)</li>
	<li><a href="http://www.ghacks.net/2009/04/26/the-10-best-windows-backup-software-programs/" title="The 10 Best Windows Backup Software Programs (April 26, 2009)">The 10 Best Windows Backup Software Programs</a> (76)</li>
	<li><a href="http://www.ghacks.net/2009/07/04/grab-your-free-copy-of-east-tec-backup-2009/" title="Grab Your Free Copy of East-Tec Backup 2009 (July 4, 2009)">Grab Your Free Copy of East-Tec Backup 2009</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/06/08/transfer-and-backup-files-with-file-transfer-software-fling/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Copy Files To Multiple Locations</title>
		<link>http://www.ghacks.net/2009/04/02/copy-files-to-multiple-locations/</link>
		<comments>http://www.ghacks.net/2009/04/02/copy-files-to-multiple-locations/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 12:55:48 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[copy software]]></category>
		<category><![CDATA[file copy]]></category>
		<category><![CDATA[file transfer]]></category>
		<category><![CDATA[n2ncopy]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/04/02/copy-files-to-multiple-locations/</guid>
		<description><![CDATA[If you want to copy files in Windows Explorer you can do so from one location to another at the same time. There is no way to copy or move files from multiple locations to multiple locations easily. While it is possible to start several file copying processes and run them simultaneously it usually means [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to copy files in Windows Explorer you can do so from one location to another at the same time. There is no way to copy or move files from multiple locations to multiple locations easily. While it is possible to start several file copying processes and run them simultaneously it usually means a reduced overall process.</p>
<p>N2ncopy is a tiny Windows computer software program that allows to copy or move multiple files from different locations to different targets. The application will display a tiny overlay window that can be moved around freely on the screen. The window is divided into a green and blue area. Files that should be moved or copied can be dragged into the green area while the blue area is reserved for the target directories.</p>
<p>A right-click on the tiny interface will open the main interface displaying all the files and targets that have been dragged and dropped into the application up to this point. It is possible to remove some or all of the files and targets again and to specify of the task should by copying or moving files.</p>
<p><span id="more-11608"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/04/copy_files-500x353.jpg" alt="copy files" title="copy files" width="500" height="353" class="alignnone size-medium wp-image-11607" /></p>
<p>The only other options are to define rules if files with identical names are encountered in the target directories. Choices are to either overwrite those files or to rename the new files automatically.</p>
<p>A click on the Do the task button will start the file copying process while a click on Return will display the small overlay window again that can be used to add additional files and targets to the program. The program uses less than 3 Megabytes of computer memory while running.</p>
<p>A window displaying the file copying progress will be shown during the file transfers as well as a status report at the end of the process indicating if it was completed successfully.</p>

	Tags: <a href="http://www.ghacks.net/tag/copy/" title="copy" rel="tag">copy</a>, <a href="http://www.ghacks.net/tag/copy-software/" title="copy software" rel="tag">copy software</a>, <a href="http://www.ghacks.net/tag/file-copy/" title="file copy" rel="tag">file copy</a>, <a href="http://www.ghacks.net/tag/file-transfer/" title="file transfer" rel="tag">file transfer</a>, <a href="http://www.ghacks.net/tag/n2ncopy/" title="n2ncopy" rel="tag">n2ncopy</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/23/file-transfer-software/" title="File Transfer Software (March 23, 2009)">File Transfer Software</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/09/04/fast-copy/" title="Fast Copy (September 4, 2008)">Fast Copy</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/06/08/transfer-and-backup-files-with-file-transfer-software-fling/" title="Transfer And Backup Files With File Transfer Software Fling (June 8, 2009)">Transfer And Backup Files With File Transfer Software Fling</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/07/06/robocopy-gui/" title="Robocopy GUI (July 6, 2009)">Robocopy GUI</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/10/21/zonescreen-finally-gets-64-bit-update/" title="ZoneScreen Finally Gets 64-bit Update (October 21, 2008)">ZoneScreen Finally Gets 64-bit Update</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/04/02/copy-files-to-multiple-locations/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>File Transfer Software</title>
		<link>http://www.ghacks.net/2009/03/23/file-transfer-software/</link>
		<comments>http://www.ghacks.net/2009/03/23/file-transfer-software/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 15:20:20 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[copy files]]></category>
		<category><![CDATA[copy software]]></category>
		<category><![CDATA[fast copy]]></category>
		<category><![CDATA[file transfer]]></category>
		<category><![CDATA[file transfer software]]></category>
		<category><![CDATA[rich copy]]></category>
		<category><![CDATA[tera copy]]></category>
		<category><![CDATA[transfer software]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=11408</guid>
		<description><![CDATA[Transferring files from one location to another can be a time consuming task in the Windows operating system. The speed of the transfer surely depends mainly on the hardware of the computer system especially the speed of the hard drives but also system memory, cpu and which storage interface the devices are using. Windows itself [...]]]></description>
			<content:encoded><![CDATA[<p>Transferring files from one location to another can be a time consuming task in the Windows operating system. The speed of the transfer surely depends mainly on the hardware of the computer system especially the speed of the hard drives but also system memory, cpu and which storage interface the devices are using. Windows itself does however add at least one limiting factor to the equation: Sequential file transfers. This means that all files are transferred to their new location one after the other which can bring down the transfer speed tremendously.</p>
<p><a href="http://technet.microsoft.com/en-us/magazine/2009.04.utilityspotlight.aspx">Rich Copy</a> is a file transfer software that has been in internal use by Microsoft for quite some time. The developers have now made it available for public use. The file transfer software program adds many new features to Windows Explorer file transfers including parallel transfers (also called multithreaded transfers), pausing and resuming the file copying process and a plethora of additional options.</p>
<p>The main difference between Rich Copy and third party tools like TeraCopy is the missing Windows Explorer integration of Rich Copy. It is an external file transfer program with an unbelievable set of options. To name a few of the advanced options that are available:</p>
<p><span id="more-11408"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/03/file_transfer_program-500x391.jpg" alt="file transfer program" title="file transfer program" width="500" height="391" class="alignnone size-medium wp-image-11411" /></p>
<ul>
<li>Set thread count and cache size for transfers as well as process priorities</li>
<li>Set or remove file attributes automatically</li>
<li>Selecting specific errors to immediately stop the copying process</li>
<li>Include or exclude specific files from being copied specifying file names, file attributes and / or dates.</li>
<li>Running commands before and after the file transfer</li>
<li>Extensive file operating logging</li>
<li>Different file transfer modes and additional copying restrictions based on security, size or time stamps</li>
</ul>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/03/file_transfer_software-500x391.jpg" alt="file transfer software" title="file transfer software" width="500" height="391" class="alignnone size-medium wp-image-11410" /></p>
<p>Rich Copy has been primarily been designed to speed up but also give more control to file transfers in the Windows operating system. Users who simply want to speed up the original Windows Explorer copying process are better of using file transfer software like <a href="http://www.ghacks.net/2007/06/16/advanced-file-transfers-in-windows/">Teracopy</a> or <a href="http://www.ghacks.net/2008/09/04/fast-copy/">Fast Copy</a> which integrates itself nicely into Windows Explorer and replaces the original file transfer dialog.</p>

	Tags: <a href="http://www.ghacks.net/tag/copy-files/" title="copy files" rel="tag">copy files</a>, <a href="http://www.ghacks.net/tag/copy-software/" title="copy software" rel="tag">copy software</a>, <a href="http://www.ghacks.net/tag/fast-copy/" title="fast copy" rel="tag">fast copy</a>, <a href="http://www.ghacks.net/tag/file-transfer/" title="file transfer" rel="tag">file transfer</a>, <a href="http://www.ghacks.net/tag/file-transfer-software/" title="file transfer software" rel="tag">file transfer software</a>, <a href="http://www.ghacks.net/tag/rich-copy/" title="rich copy" rel="tag">rich copy</a>, <a href="http://www.ghacks.net/tag/tera-copy/" title="tera copy" rel="tag">tera copy</a>, <a href="http://www.ghacks.net/tag/transfer-software/" title="transfer software" rel="tag">transfer software</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/09/04/fast-copy/" title="Fast Copy (September 4, 2008)">Fast Copy</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/06/08/transfer-and-backup-files-with-file-transfer-software-fling/" title="Transfer And Backup Files With File Transfer Software Fling (June 8, 2009)">Transfer And Backup Files With File Transfer Software Fling</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/04/02/copy-files-to-multiple-locations/" title="Copy Files To Multiple Locations (April 2, 2009)">Copy Files To Multiple Locations</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/07/06/robocopy-gui/" title="Robocopy GUI (July 6, 2009)">Robocopy GUI</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/09/28/rename-and-copy-files-with-caterpixer/" title="Rename And Copy Files With Caterpixer (September 28, 2009)">Rename And Copy Files With Caterpixer</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/03/23/file-transfer-software/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Fast Copy</title>
		<link>http://www.ghacks.net/2008/09/04/fast-copy/</link>
		<comments>http://www.ghacks.net/2008/09/04/fast-copy/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 16:10:13 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[copy files]]></category>
		<category><![CDATA[copy software]]></category>
		<category><![CDATA[fast copy]]></category>
		<category><![CDATA[file transfer]]></category>
		<category><![CDATA[teracopy]]></category>
		<category><![CDATA[transfer files]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=6763</guid>
		<description><![CDATA[Fast Copy is a file copier for Windows that has been around for some time. It was recently updated making it an ideal time to review it at Ghacks. Fast Copy comes as a portable application that can be used to copy files in an efficient speedy way. It falls in the same category as [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ipmsg.org/tools/fastcopy.html.en">Fast Copy</a> is a file copier for Windows that has been around for some time. It was recently updated making it an ideal time to review it at Ghacks. Fast Copy comes as a portable application that can be used to copy files in an efficient speedy way. It falls in the same category as programs like <a href="http://www.codesector.com/teracopy.php">TeraCopy</a> which offer the same functionality.</p>
<p>A major difference between the two applications is the fact that Fast Copy does not hijack the original Windows copy, delete and move operations but comes only into play when the user selects the application to handle the transfers. This can be done by loading Fast Copy or adding Fast Copy entries to the right-click context menu. The option for the latter is provided in the program&#8217;s options.</p>
<p>Since the usage is not automatic using Fast Copy makes only sense in situations where the user has to copy many files and folders at once, for example when moving the contents of one hard drive to another. It simply takes about five to ten seconds to start the file transfer because the source and destination locations have to be added to the program manually.</p>
<p><span id="more-6763"></span>The context menu entry is only adding the source location to the program but the destination would still have to be selected manually.  Fast Copy uses parallel processing if the source and destination location are on different hard drives and a huge buffer if they are on the same. It comes with a lot of options that can be changed like the buffer size or actions to take if a file exists in the destination.</p>
<p>The command line options might make it usable for batch files that use file operations. It lacks a few of the features that TeraCopy comes with like a queue that offers options to skip files or pause the process. </p>
<p>Fast Copy in its current version can be used in batch files because of its command line parameters and to copy large amount of files. It does not work as a real transfer replacement for Windows and have to leave that field to Teracopy.</p>

	Tags: <a href="http://www.ghacks.net/tag/copy/" title="copy" rel="tag">copy</a>, <a href="http://www.ghacks.net/tag/copy-files/" title="copy files" rel="tag">copy files</a>, <a href="http://www.ghacks.net/tag/copy-software/" title="copy software" rel="tag">copy software</a>, <a href="http://www.ghacks.net/tag/fast-copy/" title="fast copy" rel="tag">fast copy</a>, <a href="http://www.ghacks.net/tag/file-transfer/" title="file transfer" rel="tag">file transfer</a>, <a href="http://www.ghacks.net/tag/teracopy/" title="teracopy" rel="tag">teracopy</a>, <a href="http://www.ghacks.net/tag/transfer-files/" title="transfer files" rel="tag">transfer files</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/23/file-transfer-software/" title="File Transfer Software (March 23, 2009)">File Transfer Software</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/04/02/copy-files-to-multiple-locations/" title="Copy Files To Multiple Locations (April 2, 2009)">Copy Files To Multiple Locations</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/06/08/transfer-and-backup-files-with-file-transfer-software-fling/" title="Transfer And Backup Files With File Transfer Software Fling (June 8, 2009)">Transfer And Backup Files With File Transfer Software Fling</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/07/06/robocopy-gui/" title="Robocopy GUI (July 6, 2009)">Robocopy GUI</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/01/15/windows-tip-dont-replace-any-files-while-copying/" title="Windows Tip: Don&#8217;t replace any files while copying (January 15, 2008)">Windows Tip: Don&#8217;t replace any files while copying</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/09/04/fast-copy/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
