I am looking for a way to download everything from a directory on a FTP server including the contains of all the subdirectories using the windows system ftp commands.
For example,
dir_path = /FTP/dir1/
dir1 contains are:
dir1
+--dir1
+--dir2
| +--files
+dir2
+--more files
Is there a command like ftp _command_
or any convenient means that would download, as for this example, files and more files while keeping the original FTP hierarchy?