diff --git a/ftp/ftp-tests.ts b/ftp/ftp-tests.ts index 2e37e53f9..57b706182 100644 --- a/ftp/ftp-tests.ts +++ b/ftp/ftp-tests.ts @@ -19,8 +19,8 @@ c.connect(); c.connect({ host: "127.0.0.1", - port: 21, - username: "Boo", + port: 21, + user: "Boo", password: "secret" });