Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

FTP.Client.RETR

Andrew Lambert edited this page Jul 27, 2017 · 2 revisions

FTP.Client.RETR

Method Signature

 Sub RETR(RemoteFileName As String, SaveTo As FolderItem, Mode As Integer = 1)

Parameters

Name Type Comment
RemoteFileName String The remote file name.
SaveTo FolderItem The local file.
Mode Integer Optional. If specified, the FTP transfer mode to use.

Notes

Retrieves the specified remote file and stores it in the specified local FolderItem. Mode is the transfer mode; See the constants of the FTP.Connection class for Modes.

Clone this wiki locally