Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

FTP . List of objects.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • FTP . List of objects.

    Do you get an error message? If so, what is the error message you receive? If you are executing from an AS400 session, you will need to set the current library before you can use "(disk". HTH, Joe

  • #2
    FTP . List of objects.

    This is from my OUTPUT file: 501 File must be specified by library/file.member. This is my script: USER xxxxx xxxxxx CD myCurLIB dir /myCurLIB/*.* (disk CLOSE QUIT

    Comment


    • #3
      FTP . List of objects.

      Tried to get list of files & theirs attributes to file DIROUTPUT. What's wrong in my syntax : dir /mylib/*.* (disk

      Comment


      • #4
        FTP . List of objects.

        I believe it has a problem with your first backslash. Try dir mycurlib/*.* (disk, or since you already changed the directory with the CD command, dir *.* (disk should work as well.

        Comment

        Working...
        X