RESTPUT (FTP server) statement

Use the RESTPUT statement to specify whether the server supports checkpoint and restart processing when receiving data (put operation).

Server
This setting applies when the server is the receiving site.

Syntax

Read syntax diagramSkip visual syntax diagram
   .-RESTPUT TRUE-------.   
>>-+--------------------+--------------------------------------><
   '-RESTPUT--+-TRUE--+-'   
              '-FALSE-'     

Parameters

TRUE
Specifies that the server supports checkpoint and restart processing when receiving data. This is the default.
FALSE
Specifies that the server does not support checkpoint and restart processing when receiving data. This means that restart markers sent by the client are not supported. When this value is specified, a failed data transfer in block or compressed mode cannot be restarted.

Examples

Use the following code to specify that checkpoint and restart processing should not be supported when the server is receiving data:

RESTPUT FALSE 

Related topic