Auto Downloading Everything in a Target folder
Basically what I am trying to do is have a script set up so when run copies everything from the Sync folder on my server (including all the folders things are in) and sending them to my transfer folder. Right now when I run this it downloads everything that is in the Sync folder but doesn't download the folders and puts all the files into the transfer folder and not keeping the folder structure.
option batch continue option confirm off open FTP get -delete Sync/* C:\Transfer