Open aatosmedia opened 3 years ago
I'm facing the same problem. Server firewall turned off, ftp instead ftps, selected dir with only few files, but nothing worked. 😞
I have the same, too.
----------------------------------------------------------------
Calculating differences between client & server
----------------------------------------------------------------
➕ Upload: .env
➕ Upload: .env.test
📁 Create: .idea
➕ Upload: .idea/beratung.iml
📁 Create: .idea/codeStyles
➕ Upload: .idea/codeStyles/codeStyleConfig.xml
➕ Upload: .idea/modules.xml
➕ Upload: .idea/php.xml
➕ Upload: .idea/symfony2.xml
➕ Upload: .idea/vcs.xml
📁 Create: assets
📁 Create: assets/fonts
📁 Create: assets/fonts/metropolis
➕ Upload: assets/fonts/metropolis/Metropolis-Black.otf
➕ Upload: assets/fonts/metropolis/Metropolis-BlackItalic.otf
➕ Upload: assets/fonts/metropolis/Metropolis-Bold.otf
➕ Upload: assets/fonts/metropolis/Metropolis-BoldItalic.otf
➕ Upload: assets/fonts/metropolis/Metropolis-ExtraBold.otf
➕ Upload: assets/fonts/metropolis/Metropolis-ExtraBoldItalic.otf
➕ Upload: assets/fonts/metropolis/Metropolis-ExtraLight.otf
➕ Upload: assets/fonts/metropolis/Metropolis-ExtraLightItalic.otf
And the folder's are empty. So the action only creates folders but not uploading files 😢
I've also run into this problem but css files uploaded fine. I also got stuck at the fonts:
And I get the error:
FTPError: 426 Failure reading network stream.
any solution?
I can confirm this behavour on two different ftps servers. One with the free hosting provider lima-city and one with the paid webhosting provider easyname
For both I do not have insight on the server configuration, as these are hosted providers, but maybe you can check e.g. with lima-city, as registration is free.
After switching from ftps to ftp (which was possible for both posts) it worked, but is not a good solution, as it is not encrypted..
I wanted to upload a structure of 52 objects (mainly php, html css files)
Attatched is my log github actions log.txt
I have the same problem with vsftpd, protocol ftps
I have the same, too. My Action Config on: push: branches:
main name: 🚀 Deploy website on push jobs: web-deploy: name: 🎉 Deploy runs-on: ubuntu-latest steps:
name: 🚚 Get latest code uses: actions/checkout@v2
name: 📂 Sync files uses: SamKirkland/FTP-Deploy-Action@4.0.0 with: server: ftp.khairulislam.xyz username: ${{ secrets.ftp_username }} password: ${{ secrets.ftp_password }} server-dir: /public_html/ protocol: ftp port: 21 dry-run: true
My action log
Time spent hashing: 15 milliseconds Time spent connecting to server: 916 milliseconds Time spent deploying: 1 millisecond (14.9 MB/second)
Bug Description png, jpg and js files are uploaded and directories are created, but html and css files are not uploaded.
My Action Config
My Action Log