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

Issue while using ftps with port 21 and small file sizes #466

Closed
koolkabin opened this issue Jun 12, 2024 · 2 comments
Closed

Issue while using ftps with port 21 and small file sizes #466

koolkabin opened this issue Jun 12, 2024 · 2 comments

Comments

@koolkabin
Copy link

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
}

@MadalitsoNyemba
Copy link

MadalitsoNyemba commented Aug 23, 2024

@koolkabin, try to change the version and use uses: SamKirkland/FTP-Deploy-Action@v4.3.5

@koolkabin
Copy link
Author

yeah i got that and it help me fix that...

thanks

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

2 participants