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

Error : 530 login authentication failed #433

Open
Syaamilmaulana256 opened this issue Jan 22, 2024 · 2 comments
Open

Error : 530 login authentication failed #433

Syaamilmaulana256 opened this issue Jan 22, 2024 · 2 comments

Comments

@Syaamilmaulana256
Copy link

Desc
I just trying to use FTP deploy and ftp deploy package installed in node js CI and I try to open ftp using TotalCommander FTP a android application can use ftp
config

import { deploy, excludeDefaults } from "@samkirkland/ftp-deploy";

async function deployMyCode() {
  console.log("🚚 Deploy started");
  await deploy({
    server: "ftp.samkirkland.com",
    username: "admin@org",
    password: `justadmin`, // note: I'm using backticks here ` so I don't have to escape quotes
    exclude: [...excludeDefaults] // excludeDefaults will exclude .git files and node_modules
  });
  console.log("🚀 Deploy done!");
}

deployMyCode();

if you shock why I showed my username & pw

  • I just try this FIRST time so I don't know the guide
@ilonashairstyling
Copy link

I've the same issue. Using filezilla the details are working fine, but through an action it doesn't. Using an IP-adres as destination (do I need to add a port)? (I'm using standard port 21)

@ilonashairstyling
Copy link

ilonashairstyling commented Feb 8, 2024

I've the same issue. Using filezilla the details are working fine, but through an action it doesn't. Using an IP-adres as destination (do I need to add a port)? (I'm using standard port 21)

I got it fixed. I have a UAT and a MAIN branche. I updated the details in the MAIN-branche the UAT-deploy-yaml. The secret password was updated in Secrets so the username/password was no longer matching, since it was still pointing to my old server and my username in my yaml (per my config in UAT).

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