TCPIP$FTP_HELP.HLB  —  APPEND
    Appends a local file to a remote file. The remote file can reside
    on any system that supports FTP. To use this command, you must
    have an FTP session with a remote host.

    DCL Format

      APPEND  local_file [ remote_file ]

    UNIX Format

      append  local_file [ remote_file ]

1  –  Restrictions

    No wildcards.

2  –  Parameters

 local_file

    Required.

    Name of the local OpenVMS file.

 remote_file

    Optional.

    Name of the remote file (either UNIX or OpenVMS).

3  –  Example

  FTP> APPEND LARGE.TXT CHRONOS
  200 PORT command successful.
  150 Opening ASCII mode data connection for CHRONOS. (130.180.4.8,1108)
  226 Transfer complete
  local:work1:[samson]large.txt   remote:CHRONOS
  15596 bytes sent in 00:00:00.10 seconds (152.30 Kbytes/s)

      Appends local file LARGE.TXT to UNIX file chronos.
Close Help