Ftp.download

Download a file from the server.

The filename of the distant file is relative to the current working directory of the server, and the local destination path is relative to the current directory of your application.

Parameters

remoteFile string

Filename of the distant file to download.

localPath string

Where to put to file on the local computer.

mode TransferMode

Transfer mode.

Return Value

Type: Response

Server response to the request.

Meta