dploy icon indicating copy to clipboard operation
dploy copied to clipboard

Error 553 - cant' open that file. #windows

Open mpochron opened this issue 10 years ago • 5 comments

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/"

mpochron avatar Oct 23 '15 21:10 mpochron

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....

miton18 avatar Oct 25 '15 13:10 miton18

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.

mpochron avatar Oct 25 '15 17:10 mpochron

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

miton18 avatar Oct 26 '15 13:10 miton18

y

mpochron avatar Oct 26 '15 14:10 mpochron

I have the same error. A solution ?

Gon3s avatar Dec 16 '15 22:12 Gon3s