If we have a source directory that has subdirectories with files, these subdirectories do not get deployed. In fact, only the top-level files get deployed to the server in question.
We should walk the entire subtree of our source directory to maintain the directory structure on the target server.
If we have a source directory that has subdirectories with files, these subdirectories do not get deployed. In fact, only the top-level files get deployed to the server in question.
We should walk the entire subtree of our source directory to maintain the directory structure on the target server.