Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Description

The DATA_TYPE option modifies the behavior of the GET, MGET, PUT, and MPUT commands by explicitly setting the data representation type used for data transfer.

Example:

$ uftp -host ftp://sb-l23-x64 -user test -pwd test -cmd MGET -src

mit.(script|transaction) -regex -move -data_type TEXT

Usage

Specification Method

Parameter / Value

IBM i

HP NonStop

UNIX

Windows

z/OS

Command Line, Short Form

n/a

Command Line, Long Form

-data_type type

(tick)

(tick)

(tick)

Environment Variable

UFTPDATATYPE=type

(tick)

(tick)

(tick)

Configuration File Keyword

n/a

Value

type is the data representation type used for a transfer.

Valid values:


Default is BINARY for FTP(S).
 
(For SFTP, DATA_TYPE is irrelevant.)

  • No labels