Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.39 KB

File metadata and controls

49 lines (34 loc) · 1.39 KB
title description ms.topic ms.assetid ms.author author manager ms.date
ftp mdir
Reference article for the ftp mdir command, which displays a directory list of files and subdirectories in a remote directory.
reference
90eec45b-558b-4b8d-bbe4-b56d98e1ca70
jgerend
JasonGerend
mtillman
10/16/2017

ftp mdir

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

Displays a directory list of files and subdirectories in a remote directory.

Syntax

mdir <remotefile>[...] <localfile>

Parameters

Parameter Description
<remotefile> Specifies the directory or file for which you want to see a listing. You can specify multiple remotefiles. Type a hyphen (-) to use the current working directory on the remote computer.
<localfile> Specifies a local file to store the listing. This parameter is required. Type a hyphen (-) to display the listing on the screen.

Examples

To display a directory listing of dir1 and dir2 on the screen, type:

mdir dir1 dir2 -

To save the combined directory listing of dir1 and dir2 in a local file called dirlist.txt, type:

mdir dir1 dir2 dirlist.txt

Related links