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
while making ftp file deploy to a server using ftps over port 21, its not working and throwing following error
FTPError: 451-Error during read from data connection
451-16 Kbytes used (0%) - authorized: 512000 Kb
451-Transfer aborted
451 0.184 seconds (measured here), 86.75 Kbytes per second
at FTPContext._onControlSocketData (/home/runner/work/_actions/SamKirkland/FTP-Deploy-Action/4.3.3/dist/index.js:5254:39)
at TLSSocket. (/home/runner/work/_actions/SamKirkland/FTP-Deploy-Action/4.3.3/dist/index.js:5095:44)
at TLSSocket.emit (node:events:513:28)
at addChunk (node:internal/streams/readable:315:12)
at readableAddChunk (node:internal/streams/readable:285:11)
at TLSSocket.Readable.push (node:internal/streams/readable:228:10)
at TLSWrap.onStreamRead (node:internal/stream_base_commons:190:23) {
code: 451
}
The text was updated successfully, but these errors were encountered:
Bug Description
while making ftp file deploy to a server using ftps over port 21, its not working and throwing following error
FTPError: 451-Error during read from data connection
451-16 Kbytes used (0%) - authorized: 512000 Kb
451-Transfer aborted
451 0.184 seconds (measured here), 86.75 Kbytes per second
at FTPContext._onControlSocketData (/home/runner/work/_actions/SamKirkland/FTP-Deploy-Action/4.3.3/dist/index.js:5254:39)
at TLSSocket. (/home/runner/work/_actions/SamKirkland/FTP-Deploy-Action/4.3.3/dist/index.js:5095:44)
at TLSSocket.emit (node:events:513:28)
at addChunk (node:internal/streams/readable:315:12)
at readableAddChunk (node:internal/streams/readable:285:11)
at TLSSocket.Readable.push (node:internal/streams/readable:228:10)
at TLSWrap.onStreamRead (node:internal/stream_base_commons:190:23) {
code: 451
}
The text was updated successfully, but these errors were encountered: