Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Luciennnnnnn opened this issue Jun 12, 2022 · 0 comments
Open

Comments

@Luciennnnnnn
Copy link

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
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant