From 44c3a8bf0498f80bae5414494b884571389abd0f Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Mon, 3 Aug 2015 09:36:59 -0700 Subject: [PATCH] username -> user for 'ftp' --- ftp/ftp-tests.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" });