I am trying to use task scheduler for FTP activities to "mget" som
files from a particular FTP server to my local PC. I am using a batc
file that have these commands
@echo of
> my.ftp echo o 10.123.121.12
>> my.ftp echo usernam
>> my.ftp echo passwor
>> my.ftp bi
>> my.ftp cd folde
>> my.ftp echo mget *.tx
>> my.ftp echo by
My problem is the when i double click the batch files, the FTP can ge
the txt files and place it in the same folder with the batch file, bu
when i use Vista task scheduler to run the batch files, the DOS windo
show the FTP mget command is running but just that i can't seems to fin
the files that are downloaded. Search my whole PC and still cannot fin
those files. Thus somehow i don't have write files privelages whil
using task scheduler. I don't have this problem while using window XP
Hope someone can help. Thanks in advance and really appreciate i
because i am almost giving up on this
--
jonathanlim