Search found 4 matches

by randy998
Sat Jan 07, 2006 10:05 pm
Forum: Client - General
Topic: Speed of transfer
Replies: 2
Views: 554

Speed of transfer

I was wondering. Why is FTP slower than an HTTP Download? Is there a way to make ftp transfers quicker? some registry hack etc...


Thanks

Randy
by randy998
Fri Sep 02, 2005 3:48 pm
Forum: Client - General
Topic: Command Line Downloading
Replies: 5
Views: 892

I am reviewed the graphical client, it appears to do everything I want accept for 1 thing: 1. I want to run a script before the download to get yesterday's date. I then want to use that date to download the files with that date in the name. Am I going to be able to do this using the gui or do I need...
by randy998
Fri Sep 02, 2005 3:29 pm
Forum: Client - General
Topic: Command Line Downloading
Replies: 5
Views: 892

I opened up the gui and It looks like I can setup a schedule to do all of that, running before and after bat files. That is pretty neat. I am gonna start testing it out.

Randy
by randy998
Fri Sep 02, 2005 3:24 pm
Forum: Client - General
Topic: Command Line Downloading
Replies: 5
Views: 892

Command Line Downloading

Here is my process Now currently in a batch file: 1. Get yesterday's date 2. ftp to server 3. mget *%yesterdaysdate%.* 4. Continue Processing Batch File I want to use core ftp because it has the resume capabilities via the command line My Questions are: 1. Does it have a queue feature via the comman...