cjohansson / emacs-ssh-deploy

A deployment plugin via Tramp for Emacs.
GNU General Public License v3.0
154 stars 6 forks source link

When uploading file, create directories in path if they don't exist #26

Closed cjohansson closed 7 years ago

cjohansson commented 7 years ago

Actual behaviour: If you upload a file in a new directory (that doesn't exist on remote) you get a error message.

Desirable behaviour: If you upload a file in a new directory (that doesn't exist on remote), the directory is first created and then the file is uploaded.

cjohansson commented 7 years ago

Should be fixed in this