Open
Description
Bug Description
FTP deploy fails with the below error and stops.
My Action Config
uses: SamKirkland/FTP-Deploy-Action@4.0.0
with:
server: ****
username: *****
password: ${{ secrets.FTP_PASSWORD }}
server-dir: /
log-level: verbose
My Action Log
CDUP
< 250 OK. Current directory is /domains/*****/public_html
completed
uploading "css/bootstrap.css"
Trying to find optimal transfer strategy...
EPSV
< 229 Extended Passive mode OK (|||35571|)
PASV
< 227 Entering Passive Mode (5,2,89,15,137,27)
Error: None of the available transfer strategies work.
at Client.prepareTransfer (/home/runner/work/_actions/SamKirkland/FTP-Deploy-Action/4.0.0/dist/index.js:3308:19)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
Error: None of the available transfer strategies work.
at Client.prepareTransfer (/home/runner/work/_actions/SamKirkland/FTP-Deploy-Action/4.0.0/dist/index.js:3308:19)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
Metadata
Metadata
Assignees
Labels
No labels