Skip to content

FTPError: 530 Please login with USER and PASS when I use protocol ftps #291

Open
@Luciennnnnnn

Description

@Luciennnnnnn

Bug Description
I get this error when I use FTPS, it is fine when FTP was used.

My Action Config

  • name: Upload files to the update server test (Windows)
    if: runner.os == 'Windows'
    uses: SamKirkland/FTP-Deploy-Action@4.3.0
    with:
    server: ${{ env.REMOTE_HOST }}
    protocol: ftps
    username: ftpuser
    password: ${{ secrets.FTP_PASSWORD }}
    local-dir: 'xx/'
    server-dir: 'xx/'

My Action Log
FTPError: 530 Please login with USER and PASS.
at FTPContext._onControlSocketData (D:\a_actions\SamKirkland\FTP-Deploy-Action\4.3.0\dist\index.js:4774:39)
at Socket. (D:\a_actions\SamKirkland\FTP-Deploy-Action\4.3.0\dist\index.js:4615:44)
at Socket.emit (events.js:314:20)
at addChunk (_stream_readable.js:297:12)
at readableAddChunk (_stream_readable.js:268:11)
at Socket.Readable.push (_stream_readable.js:213:10)
at TCP.onStreamRead (internal/stream_base_commons.js:188:23) {
code: 530
}

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