lucasmotta / dploy

⛔️ currently unmaintained ⛔️
http://lucasmotta.github.io/dploy/
MIT License
990 stars 90 forks source link

Error 553 - cant' open that file. #windows #84

Open mpochron opened 9 years ago

mpochron commented 9 years ago

Hi guys,

That's my first time of using dploy on Windows, but also i can't uplaod my files into server. Bug: [Error: Can't open that file: No such file or directory] code: 553

Connecting to dev...
Checking revisions...
Uploading files...
Files that will be uploaded:
[ ? ] app/.htaccess > public_html/inf360/app/.htaccess

screenshot_10

My configuration of locations to files is ok.

dev:
    scheme: ftp
    host: xxx
    port: 21
    user: xxx
    pass: xxx
    check: true
    path:
        local: "app/"
        remote: "public_html/inf360/app/"
miton18 commented 9 years ago

I think your configuration is OK, it's like mine. your file is special because for windows it doesn't have name, just an extension. first: if you use a git-scm or Cmder (or others linux tools for windows) try an 'ls' or 'ls -la' to see if you can watch your '.htaccess' file second: try in you windows explorer to show files extensions....

mpochron commented 9 years ago
C:\project\app>ls -all
total 47
drwxrwx---+ 1 Admin xxxxx   0 Oct 24 22:23 .
drwxrwx---+ 1 Admin xxxxx   0 Oct 24 22:23 ..
-rwxrwx---+ 1 Admin xxxxx 140 Sep 26 21:11 .htaccess
drwxrwx---+ 1 Admin xxxxx   0 Oct 23 02:47 Config
drwxrwx---+ 1 Admin xxxxx   0 Sep 26 21:11 Console
drwxrwx---+ 1 Admin xxxxx   0 Oct 23 02:47 Controller
drwxrwx---+ 1 Admin xxxxx   0 Sep 26 21:11 Lib
drwxrwx---+ 1 Admin xxxxx   0 Sep 26 21:11 Locale
drwxrwx---+ 1 Admin xxxxx   0 Sep 29 10:17 Model
drwxrwx---+ 1 Admin xxxxx   0 Sep 26 21:11 Plugin
drwxrwx---+ 1 Admin xxxxx   0 Sep 26 21:11 Test
drwxrwx---+ 1 Admin xxxxx   0 Sep 26 21:11 Vendor
drwxrwx---+ 1 Admin xxxxx   0 Sep 26 21:11 View
-rwxrwx---+ 1 Admin xxxxx  80 Sep 26 21:11 i18n.bat
-rwxrwx---+ 1 Admin xxxxx 689 Sep 26 21:11 index.php
drwxrwx---+ 1 Admin xxxxx   0 Sep 29 10:17 tmp
drwxrwx---+ 1 Admin xxxxx   0 Oct 25 05:10 webroot

every folder or file has error 553.

miton18 commented 9 years ago

OK to be sure, your deploy.yaml is in C:/project folder ?

mpochron commented 9 years ago

y

Gon3s commented 8 years ago

I have the same error. A solution ?