dploy icon indicating copy to clipboard operation
dploy copied to clipboard

EISDIR : illegal operation on a directory, read at Error (native)

Open inaativ opened this issue 8 years ago • 1 comments

Hi !

I'm new with GIT and I start to use it and learn for Wordpress based websites development ans deployment. I've installed Dploy on all my local websites repositories and dploy.yaml is well configured for my remote FTP servers. When I try a deploy live, connecting to FTP is working good but every time I've got an error message,

events.js:141 throw er; // Unhandled 'error' event ^

Error: EISDIR: illegal operation on a directory, read at Error (native)

Dploy just upload files in the root directory of remote server and not files in folders. As you can see on attached screen.

Need help for this, Thanks !

dploy

inaativ avatar May 19 '16 07:05 inaativ

I recently got the same error too. I have used dploy for a long time, never had this issue before. Same server as earlier.

My dploy.yaml file looks like this (censured) running dploy v1.2.0 and node v4.2.4:

dev:
    host: "xx.xx.se"
    user: "xx.se"
    pass: "xx"
    path:
        local: ""
        remote: "demo.xx.se/public_html/xx"
    exclude: ["*.yaml", ".DS_Store", ".gitignore", ".gitmodules"]```

Sandstedt avatar Oct 26 '16 07:10 Sandstedt