TCPIP$FTP_HELP.HLB  —  DIRECTORY  Examples
    1.FTP> DIRECTORY
      200 PORT command successful
      150 Opening data connection for /bin/ls (130.180.9.8,1150)
      total 76
      -rwxr-x--x  1  geary    users  261 Nov  6  2002 .cshrc
      -rw-r--r--  1  root     users 128  May 21  11:16 .mailrc
      -rwxr-x--x  1  geary    users  182 Nov  6  2002 .profile
      drwxr-x--x  2  geary    users  512 Nov  6  2002 bin
         .
         .
         .
      226 Transfer complete.
      911 bytes received in 00:00:00.07 seconds

      Displays a full listing of file names in the current default
      UNIX directory.

    2.FTP> ls disk3$:[banks.branch.bills]
      200 PORT command successful
      150 Opening data connection for DISK3$:[BANKS.BRANCH.BILLS]  (11.1.2.3.4)
      LOCAL_ACCTS.DIS;1
      GO_FIGURE.EXE;14
      COMPARE.EXE;4
      SUMTOTAL.COM;1

      226 NLST Directory transfer complete.
      428 bytes received in 00:00:00.41 seconds (10.06 Kbyte/s)
      FTP>

      Displays a listing of file names in the directory of the
      connected host, which is another OpenVMS system.
Close Help