You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}
The text was updated successfully, but these errors were encountered:
Bug Description
I get this error when I use FTPS, it is fine when FTP was used.
My Action Config
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
}
The text was updated successfully, but these errors were encountered: