I need a command that will download a directory from an FTP site into a local directory of the same name.
i.e.
Here is what the folder structure should look like before and after
before – local = C:\
remote = \\FTP\Folder
after – local = C:\FTP\Folder
remote = \\FTP\Folder
Both client and server are windows. This actions needs to be batchable\scriptable