-
Notifications
You must be signed in to change notification settings - Fork 384
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
Can't Open data Connection in passive mode #138
Comments
Hello, I've edited your comment to remove your credentials. Keep in mind these issues are public, so please update your ftp login username/password asap. Because you provided your credentials I went ahead and ran a dry-run test against it. I had no issues using the following config on a github action. I'm going to go ahead and close this issue. Please re-test and if this issue occurs again we can reopen this issue. on: push
name: 🚀 Deploy website on push
jobs:
web-deploy:
name: 🎉 Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v2.3.2
- name: 📂 Sync files
uses: SamKirkland/FTP-Deploy-Action@4.0.0
with:
server: ftp.sowlab.xyz
username: ******************************
password: ********************************** |
Hmmm it appears to be this issue: patrickjuchli/basic-ftp#133 Currently I do not have support for setting the transfer mode of this action in an attempt to keep the config options as simple as possible. I can look into adding it but no promises. |
Hello! I am having the same issue as well. Is there a way around this?
Thanks a bunch! |
I am experiencing the same issue. |
same issue |
Stuck on the same issue. |
is there any update ? @SamKirkland |
Same issue here. @SamKirkland is there anything I can do to make it work right? Can I modify something on my side? |
Nop same issue here |
well I just gave another try and it works for some reason. |
Hello i have the same issue |
Same issue here |
Same issue here. Any solution? |
@therbta Hi, what i think what's wrong on your end is you are trying to sync big project with alot files and folders so what you should do try sync step by step putting your files in gitignore (go first with the files that causing the initial error you can check the logs. ) and keep trying it will work eventually. |
I was able to get it to work by switching my protocol from ftps to ftp. It may be an issue with my hoster on how they handle ftps, but it works now ... :) |
// This is my script
// The Error I am getting was :
Error: Can't open data connection in passive mode: connect ETIMEDOUT 162.0.235.24:12065
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1129:14) {
errno: 'ETIMEDOUT',
code: 'ETIMEDOUT',
syscall: 'connect',
address: '162.0.235.24',
port: 12065
}
Please help me out as soon as possible
The text was updated successfully, but these errors were encountered: