06-07-2005, 11:47 AM
|
#2 |
| Too much time... FlashFXP Beta Tester ioFTPD Scripter
Join Date: May 2003
Posts: 1,364
| Re: multithreaded FTP client
Write a simple script to execute numerous sessions of a scriptable FTP client (ftp.exe, ncftpls, lftp, etc). One could also try searching for "ftp benchmark" on Google; you may be able to find a utility that was created specifically for this task. Quote: Originally posted by hyper I need a FTP client that allows me to download unlimited/infinity number of files at the same time. | By nature of the FTP standard, a client may only perform one of these actions at a given time. (i.e. if you want to download 300 files concurrently, you will have to have 300 connected clients each downloading a file).
|
| |