Skip to content

FTPError: 421 #382

Open
Open
@michael-letcher

Description

@michael-letcher

Bug Description
A clear and concise description of what the bug is.

My Action Config

      - name: 📂 FTP Deploy
        if: success()
        uses: SamKirkland/FTP-Deploy-Action@4.3.3
        with:
          server: ftp.X.com.au
          username: X
          password: ${{ secrets.FTP_PASSWORD }}
          local-dir: ./dist/X/
          server-dir: ./public_html/X/
          dry-run: true

Also tried: ftpes://ftp.X.com.au

My Action Log

FTPError: 421-Sorry, cleartext sessions and weak ciphers are not accepted on this server.
421 Please reconnect using TLS security mechanisms.
    at FTPContext._onControlSocketData (/home/runner/work/_actions/SamKirkland/FTP-Deploy-Action/4.3.3/dist/index.js:5254:39)
    at Socket.<anonymous> (/home/runner/work/_actions/SamKirkland/FTP-Deploy-Action/4.3.3/dist/index.js:5095:44)
    at Socket.emit (node:events:5[27](https://github.com/X/portal/actions/runs/4335600358/jobs/7570307272#step:6:28):[28](https://github.com/X/portal/actions/runs/4335600358/jobs/7570307272#step:6:29))
    at addChunk (node:internal/streams/readable:[31](https://github.com/X/portal/actions/runs/4335600358/jobs/7570307272#step:6:32)5:12)
    at readableAddChunk (node:internal/streams/readable:285:11)
    at Socket.Readable.push (node:internal/streams/readable:228:10)
    at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
  code: 421
}
Error: FTPError: 421-Sorry, cleartext sessions and weak ciphers are not accepted on this server.
421 Please reconnect using TLS security mechanisms.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions