Ftp.login

Log in using a username and a password.

Logging in is mandatory after connecting to the server. Users that are not logged in cannot perform any operation.

  1. Response login()
  2. Response login(const(char)[] name, const(char)[] password)
    class Ftp
    login
    (
    const(char)[] name
    ,
    const(char)[] password
    )

Parameters

name
Type: const(char)[]

User name

password
Type: const(char)[]

The password

Return Value

Type: Response

Server response to the request.

Meta