Gabriel Corrêa

Results 14 comments of Gabriel Corrêa

> This is something I've considered since the beginning, but I couldn't decide on how to generate the folder structure. > > I've considered simply using a directory structure managed...

Guys I found these packages that may help solving the problem https://www.npmjs.com/package/parse-dds https://threejs.org/docs/index.html?q=Texture#api/en/loaders/CompressedTextureLoader What do you think?

Same in "apexcharts": "^3.26.0" ``` Angular CLI: 6.1.5 Node: 12.16.3 OS: win32 x64 Angular: 6.1.10 ... animations, common, compiler, compiler-cli, core, forms ... http, language-service, platform-browser ... platform-browser-dynamic, router Package...

I'm having the same error while using this code It's from a method inside a class ```dart void connect() async { final client = SSHClient( await SSHSocket.connect(address, port), username: this.user,...

Today I tested with your npm package and it worked, the command I used was. `ftp-deploy --server ftp.my-website.net --username user --password mypass --local-dir ./dist/web/` I ran it inside the web...

> @biel-correa can you view the server and tell me where your `.ftp-deploy-sync-state.json` file is located on the server? it is inside www which is the folder filezilla opens right...

@SamKirkland is there a verbose config that I could use to view more details?

@SamKirkland I ran it like this now: ```yml - name: Deploy if: success() uses: SamKirkland/[email protected] with: server: ftp.my-website.net username: user password: ${{ secrets.FTP_FRONTEND_PASSWORD }} local-dir: ./web/dist/web/ server-dir: ./www/ log-level: verbose...

also tested with `server-dir: www/`, had the same error but it tries to create a folder called www instead of .

I can't, if I connect with the same account on filezilla I can do anything. The permission error might be from a folder that I shouldn't even be in