350: REST command accepted, parameter byte_transfer_offset.

Explanation

The server received a REST command from the client. The server accepted the REST command as valid.

byte_transfer_offset is the REST command parameter.

System action

FTP continues. The next file transfer will start at byte_stream_offset within the stream of bytes that would be transmitted if the whole file were transferred.

User response

If the client is trying to resume an interrupted file transfer, no further action is needed. If the client does not want to resume an interrupted file transfer, issue quote REST 0 from the FTP client to nullify the REST command.

System programmer response

None.