Skip to content

Error : 530 login authentication failed #433

Open
@brightestdev

Description

@brightestdev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions