Hi people,
I've noticed when I used FTPGetFile to download a file it is a lot slower than if I simply click a hyperlink for the same file.
Is there a reason for this, and is there a way to speed it up a little?
I use it to download about 200MB worth of logfiles every morning, and it seems to take ages.
FTPGetFile too slow?
Moderators: JRL, Dorian (MJT support)
- Dorian (MJT support)
- Automation Wizard
- Posts: 1415
- Joined: Sun Nov 03, 2002 3:19 am
Hi,
If you don't want to use Macro Scheduler's FTPGetFile command you can either use the command line FTP command, or use IE:
IEXPLORE.EXE ftp://username:[email protected]/ ... /file.file
You could use VBScript and IE's ActiveX for more control:
http://www.mjtnet.com/scripts.hts?display+77
Specify the FTP URL as described above.
If you don't want to use Macro Scheduler's FTPGetFile command you can either use the command line FTP command, or use IE:
IEXPLORE.EXE ftp://username:[email protected]/ ... /file.file
You could use VBScript and IE's ActiveX for more control:
http://www.mjtnet.com/scripts.hts?display+77
Specify the FTP URL as described above.
MJT Net Support
[email protected]
[email protected]
- Dorian (MJT support)
- Automation Wizard
- Posts: 1415
- Joined: Sun Nov 03, 2002 3:19 am
Hi Guys, thanks for your suggestions.
I tried the various suggestions and they all seem to download a 2.8MB log file in about 60-65 seconds, with the exception of the dos box which took 96 seconds.
So maybe MS isn't slow after all, as it seems to be faster or equal to all the other methods that have been suggested.
I tried the various suggestions and they all seem to download a 2.8MB log file in about 60-65 seconds, with the exception of the dos box which took 96 seconds.
So maybe MS isn't slow after all, as it seems to be faster or equal to all the other methods that have been suggested.
Hi Horoscopes2000,
If you wish to achieve the fastest download time, try GetRight (http://www.getright.com).
If you wish to achieve the fastest download time, try GetRight (http://www.getright.com).