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
-------------- 🔥🔥🔥 an error occurred 🔥🔥🔥 --------------
The server "ftp://46.17.96.247" doesn't seem to exist. Do you have a typo?
---------------------- full error below ----------------------
Error: getaddrinfo ENOTFOUND ftp://46.17.96.247
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:120:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'ftp://46.17.96.247'
}
Error: Error: getaddrinfo ENOTFOUND ftp://46.17.96.247 (control socket)
I can connect to the ftp by my laptop
The text was updated successfully, but these errors were encountered:
akbar-ehsaan
changed the title
Error: Error: getaddrinfo ENOTFOUND ftp://46.17.96.247 (control socket)
Error: Error: getaddrinfo ENOTFOUND ftp://**** (control socket)
Feb 28, 2025
Hi
Here is my yaml file
name: .NET CI/CD
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
but a I get this error :
Run SamKirkland/[email protected]
🚀 Thanks for using ftp-deploy. Let's deploy some stuff!
If you found this project helpful, please support it
by giving it a ⭐ on Github --> https://github.com/SamKirkland/FTP-Deploy-Action
or add a badge 🏷️ to your projects readme --> https://github.com/SamKirkland/FTP-Deploy-Action#badge
Failed to connect, are you sure your server works via FTP or FTPS? Users sometimes get this error when the server only supports SFTP.
-------------- 🔥🔥🔥 an error occurred 🔥🔥🔥 --------------
The server "ftp://46.17.96.247" doesn't seem to exist. Do you have a typo?
---------------------- full error below ----------------------
Error: getaddrinfo ENOTFOUND ftp://46.17.96.247
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:120:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'ftp://46.17.96.247'
}
Error: Error: getaddrinfo ENOTFOUND ftp://46.17.96.247 (control socket)
I can connect to the ftp by my laptop
The text was updated successfully, but these errors were encountered: