grunt-sftp-deploy
grunt-sftp-deploy copied to clipboard
(Feature Req) Create missing directories
For instance my destination is:
'/var/www/html/myDir/' + VERSION
But if that directory doesn't exist (which it won't if I bump the version) the ftp fails.
Same problem here
I would also love to see this feature.
please give it a try to see if that works
It seems that it's not working properly. If I try to upload to an empty root directory the upload will fail.
My structure looks like this Local: local/dirA/dirB/dirc local/dirA/dirD/
Server: server/
If I create dirA/ on the Server manually then it'll work