I have a Windows 2012 server where I am trying to copy a folder through FTP. The folder contains multiple folders inside it and the size is around 12 GB. What command can be used to copy the whole tree structure including all the folders and files inside it.
- I cannot zip this folder.
- Also I have tried using
mget*
but it copies all files from all the folders but doesn't created folder structure. - I am unable to use TAR command as the prompt shows "invalid command".