I'm still fairly new to VBScript (and WMI, and WSH) but I'm getting
better. What I'm trying to do though is have my script handle FTP
commands on it's own (instead of having the shell run the ftp
-s:command.txt stuff)... I'm trying to use the chilkatftp dll (free
use). Any help would be appreciated. Thanks!

http://www.chilkatsoft.com/chilkatFtp.asp

Re: Using the ChilKatFTP dll with VBScript by OverSeer

OverSeer
Wed Dec 29 09:58:54 CST 2004

OverSeer wrote:
> I'm still fairly new to VBScript (and WMI, and WSH) but I'm getting
> better. What I'm trying to do though is have my script handle FTP
> commands on it's own (instead of having the shell run the ftp
> -s:command.txt stuff)... I'm trying to use the chilkatftp dll (free
> use). Any help would be appreciated. Thanks!
>
> http://www.chilkatsoft.com/chilkatFtp.asp

Nevermind, I found it...

Set ChilkatFTP1 = CreateObject("ChilkatFTP.ChilkatFTP")