Applies To: Windows Server 2008 R2,Windows Server 2008,Windows Vista,Windows 7

Copies remote files to the local computer using the current file transfer type. For examples of how this command can be used, see Examples.

Syntax

 Copy Code
mget <RemoteFile>[…]

Parameters

Parameter Description

<RemoteFile>

Specifies the remote files to copy to the local computer.

Examples

Copy remote files a.exe and b.exe to the local computer using the current file transfer type.

 Copy Code
mget a.exe b.exe

Additional references