Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 969 Bytes

File metadata and controls

38 lines (26 loc) · 969 Bytes
title description ms.topic ms.assetid ms.author author manager ms.date
ftp binary
Reference article for the ftp binary command, which sets the file transfer type to binary.
reference
ee925b4d-85d2-47b1-b7d6-3832b7ec5505
wscontent
robinharwood
mtillman
10/16/2017

ftp binary

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

Sets the file transfer type to binary. The ftp command supports both ASCII (default) and binary image file transfer types, but we recommend using binary when transferring executable files. In binary mode, files are transferred in one-byte units.

Syntax

binary

Examples

To set the file transfer type to binary, type:

binary

Related links