i keep getting the error below when i try create an WsftpFolder object....Any ideas?
error: could not locate automation class named "WsftpSDK.wsftpFolder"
code: 80020009
source: Wscript.CreateObject
thanks in advance!
You do not create any WS_FTP SDK objects this way, except the API. You use the API or the connection object to get local or remote folders respectively.
Hope this help.
Claudio RoblesWS_FTP Team
Thanks for replying Supreme Being!! I was able to figure out the whole process, my problem was due to a lack of savvy on object based scripting...like you couldn't tell... i think i've got it now...
Thanks Again!
fnine