Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.08 KB

File metadata and controls

46 lines (31 loc) · 1.08 KB
title description ms.topic ms.assetid ms.author author manager ms.date
ftp mget
Reference article for the ftp mget command, which copies remote files to the local computer using the current file transfer type.
reference
6c85ae96-ec51-48a9-a227-7f02c7332c69
jgerend
JasonGerend
mtillman
10/16/2017

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

Related links