| | | Forum Newbie
       
Group: Forum Members Last Login: 12/4/2005 1:53:00 PM Posts: 4, Visits: 1 |
| | For example, if I have a folder with 3 large files and I want to download the entire folder using 8-part per file (for a total of 24 simultaneous threads (3x8=24)), I can't just highlight the folder and multi-part the entire folder? I have to do the files one by one? |
| | | | Time Traveler
       
Group: Ipswitch Employees Last Login: Today @ 4:27:41 PM Posts: 228, Visits: 1,379 |
| You can do that by selecting the 3 files and downloading them while you are in multipart mode. Claudio Robles WS_FTP Team |
| | | | Time Traveler
       
Group: Ipswitch Employees Last Login: Today @ 4:27:41 PM Posts: 228, Visits: 1,379 |
| Well, in fact you can use a maximum of 20 connections per site, so no more than 20 simulateneos threads. Make sure you set the maximum number of transfer connections to your site to the maximun (20), as well as the total maximum to all sites (program options) to at least 20. Also, set the number of parts you want (8). Why do you want to do that. Is the server limiting bandwidth per connection ? Claudio Robles WS_FTP Team |
| | | | Forum Newbie
       
Group: Forum Members Last Login: 12/4/2005 1:53:00 PM Posts: 4, Visits: 1 |
| > Why do you want to do that. Is the server limiting bandwidth per connection ?
Well the server isn't limiting bandwidth but the nature of high bandwidth transfers over TCPIP with LATENCY (between Asia and North America) causes bandwidth to be capped artificially per thread. This is due to the latency taking longer than the frequency of the TCP window size asking for an ACK while transferring.
Anyway, I tried highlighting 3 files and transferring and it did work with multipart. However, I used a bad example in my original question. What I really want to do is be able to download some parent directory that has many sub-directories that contain yet more sub-directories and many files. When I activate download of the main parent directory while multipart mode toolbar key is highlighted it appears to download everything in single thread mode instead of multipart mode. Is there any way to download the entire parent directory in one shot with multipart mode? |
| | | | Time Traveler
       
Group: Ipswitch Employees Last Login: Today @ 4:27:41 PM Posts: 228, Visits: 1,379 |
| No, unfortunatelly not. The idea was that multipart downloads are not common and we wanted users to specifically select the files that they wanted to transfer in this mode. In many cases multipart transfer can even slow down transfers. However, in your case if you use many connections, there will be many simulateneous transfers, but one per file. I would also suggest to increase your buffer size, so that you can keep the pipe full, while waiting for ack. To do that you would need to edit the INI file that has your sites's properties. C:\Documents and Settings\"username"\Application Data\Ipswitch\WS_FTP\Sites\ws_ftp.ini In this file, find the section corresponding to you site and add "receivebuffersize=bignumber" By default we are using 64KB, but we have seen big speed up in some cases with large latency using buffer size of about 300000. Hope this help, and keep us posted. Claudio Robles WS_FTP Team |
| | | | Forum Newbie
       
Group: Forum Members Last Login: 12/4/2005 1:53:00 PM Posts: 4, Visits: 1 |
| In the file:
C:\Documents and Settings\(myusername)\Application Data\Ipswitch\WS_FTP\Sites\ws_ftp.ini
I have entered this line in the section for the site in question:
receivebuffersize=600000
However, I still seem to be only able to get at most 200KB/sec per thread. How does setting this setting relate to the RWIN (receive window size) size of windows os? Which one takes precedence? Also, how does this setting in the ini relate to the buffer setting on the FTP SERVER? Which one takes precedence in determining the buffer size? Does it matter if it's PASV or PORT?
FYI, my ftp server (Cerberus FTP Server)is run on my own private server/physical computer located in the U.S. (Windows Server 2003) and has a true symmetric 100mbps link to the internet. My local computer (ftp client) runs windows xp pro and has a downlink bandwidth of 24mbps. |
| |
|
|