diff --git a/ftp/ftp-tests.ts b/ftp/ftp-tests.ts index 57b706182..a40df2e55 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, - user: "Boo", + port: 21, + user: "Boo", password: "secret" });