SamKirkland / FTP-Deploy-Action

Deploys a GitHub project to a FTP server using GitHub actions
MIT License
3.78k stars 372 forks source link

Error: None of the available transfer modes work. #416

Open theJohnCode opened 1 year ago

theJohnCode commented 1 year ago

creating folder "vendor/webmozart/assert/src/" uploading "app/Console/Kernel.php"


-------------- 🔥🔥🔥 an error occurred 🔥🔥🔥 --------------


---------------------- full error below ----------------------

Error: None of the available transfer modes work. at Client.prepareTransfer (/home/runner/work/_actions/SamKirkland/FTP-Deploy-Action/4.3.3/dist/index.js:4803:19) at runMicrotasks () at processTicksAndRejections (node:internal/process/task_queues:96:5) at async Client._uploadFromStream (/home/runner/work/_actions/SamKirkland/FTP-Deploy-Action/4.3.3/dist/index.js:4491:13) at async Client._uploadLocalFile (/home/runner/work/_actions/SamKirkland/FTP-Deploy-Action/4.3.3/dist/index.js:4477:20) Error: Error: None of the available transfer modes work.

I have this error uploading files to cpanel It was working before, now its not working again

melquesedek commented 1 year ago

Same error here. Also using cPanel. I did a test. I cleared all the directory and started sync from zero. FTP-Deploy-Action was able to recreate the folder structure, but on file update, it failed, the same error as @theJohnCode reported above.

EDIT 1: Error: Error: None of the available transfer strategies work. Last error response was 'Error: Timeout when trying to open data connection to IP:56459

EDIT 2: Tried changing checkout to v4, no success.

Sharifur commented 11 months ago

facing same issue

trialdyk commented 10 months ago

same issue

Ebubeuzor commented 7 months ago

Please did you fix this?