mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
username -> user for 'ftp'
This commit is contained in:
+2
-2
@@ -19,8 +19,8 @@ c.connect();
|
||||
|
||||
c.connect({
|
||||
host: "127.0.0.1",
|
||||
port: 21,
|
||||
username: "Boo",
|
||||
port: 21,
|
||||
user: "Boo",
|
||||
password: "secret"
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user