We apologize for the interruption. However, seabreezecomputers.com has been offering free tools and downloads for many years. Unfortunately, server expenses are now starting to exceed revenue earned. If you appreciate the free tools and downloads at seabreezcomputers.com please consider making a donation.
|
I was looking for the fastest way to transfer files from one computer to another over a network. Windows XP file sharing just seems too slow. In my research I came across Lifehacker's site. There, they say that networking two computers with a firewire cable (1394), of course, is one of the fastest ways to network two computers and transfer files. It can reach speeds of up to 400 mbps. However, sometimes you don't have the luxury of hooking up two computers with a firewire cable. First of all, the computers would have to be pretty close to each other because the longest firewire cables are usually only 6 to 15 feet. (If you can find them that long.) Also, one or more of your computers may not have a firewire (1394) port. Plus, you may already have your network all setup with CAT-5 cable (or wireless) and an ethernet router. So I wanted to know the fastest method of transferring files in a standard network environment, seeing that standard windows xp file sharing was not very fast. Some Lifehacker commenters had some interesting suggestions. But I couldn't find any comparisons on the different methods. That is why I wrote this page. Question: First of all the big question: Is FTP faster than standard windows XP file sharing in transferring files from one computer to another over a network? Answer: The answer is YES. However, before you go and try to figure out how to install an ftp server program on your computer, there is an even easier and faster way to have faster file transfers. In my tests I tried four different ways to transfer different files that were all 347MB in size. I did the majority of my tests on a wifi network using 802.11b (11 mbps) wireless networking. My first ftp test I did with Windows XP Pro's IIS FTP Service. But just to make sure, I also did a test with FileZilla FTP Server, because many people recommended using it. The Comparison Test
As you can see, Windows Mapped Drive was the fastest way of transferring a file over a network. However, windows extimated time can mislead you into thinking it is even faster then it is. Using an FTP server is quicker than standard windows xp file sharing without the use of a mapped drive letter. FileZilla was disappointing to me. MODE Z compression offered no benefit and the estimated times were very misleading. The only benefit to FileZilla server that I can see, is that when it is on your server computer you can see who has logged into ftp and it shows you at what speed they are transferring a file. In this case it started at 147 kbps and would slowly rise to about 340 kbps and then all the way up to 480 kbps. But then the speed would go back down to 147 kbps. This speed fluctuation happens during the whole transfer. I do not understand why this happens. Why can't it maintain a speed of 480 kbps? Does anyone have an answer? I'd like to hear it. This test is a work in progress. I would like to test other methods of transferring files over an internal network. If you know of any other methods that may be faster please let me know. How to Map a Drive Letter with Windows XP The easiest way to map a drive letter is to go to My Network Places -> View workgroup computers then double click on the name of the remote computer. Then when the shares appear right click on the share name and select Map Network Drive... then click Finish. To copy a file you just select the file from the mapped drive (X: or whatever) and then select Copy from the Edit menu. Then navigate to your local folder and select Paste. To Map at the Command Prompt: Click on Start -> Run.. and type in CMD and press ENTER. Type in Net View and press ENTER to see the list of remote computers setup for sharing. Then Type in Net View \\computername and press Enter, where \\computername is the name of the remote computer whose shares you would like to see. To map the drive you can type Net Use Z: \\computername\sharename and press enter. Z: can be changed to any drive letter or you can use * to have windows assign the next available drive letter. How to install Windows XP Pro IIS FTP Service Click on Start -> Control Panel -> Add or Remove Programs -> Add/Remove Windows Components. Single click on Internet Information Services (IIS) and then click on Details.... Put a check in the box for File Transfer Protocol (FTP) Service and click on OK. How to configure Windows XP Pro IIS FTP Service Click on Start -> Control Panel -> Performance and Maintenance -> Administrative Tools -> Internet Information Services. Double click on the name of your computer (local computer) to expand the selection. Then double click on FTP Sites to expand that selection. If you right click on Default FTP Site and select Properties and then click on Home Directory you can see where to put your files for transfer, usually "c:\inetpub\ftproot". If you have other folders you would like to share with FTP you can create a virtual directory. With Default FTP Site highlighted, click on Action -> New -> Virtual Directory.... First you create an "alias", which is a short name that the FTP client will see and then you select the folder you want to share. After you are done transferring files you will probably want to turn off the FTP Service. To do this right click on Default FTP Site and click on Stop. If you want to use the FTP server service again you can go to this same location and select Start. How to access a Windows FTP Server You can access a Windows FTP server from a remote computer with any FTP Client such as WS_ftp Lite, FileZilla ftp client or CoffeeCup Free FTP. You can type in the IP address of the server computer as the FTP server name. Possibly 192.168.1.2 or something similar. Or you can use Internet Explorer. In the address box type in ftp://192.168.1.2 where 192.168.1.2 is the IP address of the computer hosting the ftp server. If you shared a virtual directory then you would access it as follows: ftp://192.168.1.2/foldername. Here you can right click on a file and select Copy and then you can paste it in a local folder. Internet Tips If you want users on the Internet to be able to access your ftp server then you have to configure Port Forwarding on your router. You would forward TCP ports 20 and 21 to the IP of the computer running the ftp server (i.e. 192.168.1.2). The internet user would then connect to your ftp server by typing in the Internet IP address assigned to your network. You can find out your Internet IP address by going to: http://www.whatismyipaddress.com/. So if your Internet IP address was 170.72.72.54 then they would type that address into their ftp client. Or they could type ftp://170.72.72.54 into Internet Explorers address bar. How to setup and configure FileZilla Server Go to http://sourceforge.net/project/showfiles.php?group_id=21558 to download FileZilla Server. Follow the default prompts to install it. You must setup users in FileZilla Server for remote computers to be able to login to a FilzeZilla ftp server. To setup a group click on Edit -> Groups. Click on Add and type in a name such as All or Everyone. Then click on Shared Folders, make sure that your new group is highlighted in the Groups box and click on Add. There you can browse for a folder to add to be shared for ftp access. The first folder you setup will have a H next to it because that will be the home directory or home folder. One of the most difficult parts of setting up FileZilla Server is making it so the users can access the other folders besides the Home directory (folder). To do this right click on one of the directories you made and click on Edit Aliases. Now you have to type in the full path of your Home folder, such as C:\My Files\ftpfiles. After that you add one more slash and the display name for the current folder. So it would be something like this C:\My Files\ftpfiles\downloads. Now that folder will appear in your home folder as downloads. Click on OK when you are done creating the folders to share. For more information go to FileZilla Server FAQ's. To setup a user click on Edit -> Users. Click on Add and then type in a name for the user. You can then add that user to the group you created and that user will then be able to access the folders for that group. To add a password check the password box and type in a password. You can setup anonymous ftp in FileZilla Server by adding a user called anonymous and making sure the user does not have a password enabled. For more information go to FileZilla Server FAQ's. You can enable Mode Z compression in FileZilla Server by clicking on Edit -> Settings -> Filetransfer compression and checking Enable Mode Z support. I have not seen any benefit in doing this. How to access a FileZilla Server You can access a FileZilla FTP server from a remote computer with any FTP Client such as WS_ftp Lite, FileZilla ftp client or CoffeeCup Free FTP. You can type in the IP address of the server computer as the FTP server name. Possibly 192.168.1.2 or something similar. Or you can use Internet Explorer. In the address box type in ftp://192.168.1.2 where 192.168.1.2 is the IP address of the computer hosting the ftp server. Internet Tips If you want users on the Internet to be able to access your ftp server then you have to configure Port Forwarding on your router. You would forward TCP ports 20 and 21 to the IP of the computer running the ftp server (i.e. 192.168.1.2). The internet user would then connect to your ftp server by typing in the Internet IP address assigned to your network. You can find out your Internet IP address by going to: http://www.whatismyipaddress.com/. So if your Internet IP address was 170.72.72.54 then they would type that address into their ftp client. Or they could type ftp://170.72.72.54 into Internet Explorers address bar. More Answers Even when using the fastest method of transferring a file over the network it still took 18 minutes to transfer a 347MB file over 802.11b wireless. If we calculate the time it comes to only 2.57 mbps. Why? First of all we need to define some terms. Most networking devices are measured in megabits per second (mbps). This follows the standard of how older modems were measured in kilobits per second (kbps), such as a 56 kbps modem. However most programs that show transfer speed (such as Filezilla or Internet Explorer) measure the speed in kilobytes per second (KBps). Notice how the "B" is in uppercase when referring to kilobytes and the "b" is in lowercase when referring to kilobits. Definitions
MB = Megabyte. 1 megabyte is the same as 1024 kilobytes. So here is how we calculate the speed of transfer. If we divide 347MB by 18 minutes the result is 19.27 megabytes per minute. If we divide 19.27MB by 60 seconds the result is .321 MBps. If we multiply .321MB by 8 we arrive at 2.57 mbps. Question: Why is the file transferring at a slow 2.57 mbps when we are using a 11 mbps 802.11b wireless network card? Answer: Many sources answer this question by saying that wifi devices are half-duplex instead of full-duplex. That means your transfer speed is cut in half. So you never get 11 mbps from a 802.11b device. You can only get 5.5 mbps in a perfect environment (no interference). However, my computers and the wireless access point/router are only 8 feet away from each other and the wireless signal is at excellent. But I am only getting a transfer speed of 2.57 mbps. To confuse matters even more. With a 100 mbps Ethernet network I should be able to transfer files at 100 mbps or 12.5 MBps. However, if we calculate the times above we arrive at a speed of only 30 mbps. Why isn't it faster? Transfer Speed Calculator So, I would like you all to help me with an experiment. I have setup a transfer speed calculator. If you type in important information for your networking environment we can compare speeds of file transfers using different methods. After you press the calculate button, please highlight and copy your results and then paste the results in a comment. |
|
User Comments
|