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(string name, string password)
    class Ftp
    login
    (
    string name
    ,
    string password
    )

Parameters

name string

User name.

password string

The password.

Return Value

Type: Response

Server response to the request.

Meta