Re: LoopItem doesn't work with GetFiles (WODFTP (General questions)
Hi,
Since you are writing a vbs script, you can't use the Skip parameter. That's actually a limitation on vbs, where you can't set paraameters to affect the component.
For that reason, we have implemented ItemSkip Property which you should use instead of Skip parameter.
You can use it like this:
ftp1.ItemSkip = True
Can you try it and tell me the result?
Regards,
Damba
Complete thread:
- LoopItem doesn't work with GetFiles (WODFTPDLX) - stamman, 2007-05-25, 13:39
- Re: LoopItem doesn't work with GetFiles (WODFTP - wodDamir, 2007-05-25, 13:52