ftp mget

Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012

Copies remote files to the local computer using the current file transfer type.

Syntax

mget <remotefile>[ ]

Parameters

Parameter Description
<remotefile> Specifies the remote files to copy to the local computer.

Examples

To copy remote files a.exe and b.exe to the local computer using the current file transfer type, type:

mget a.exe b.exe