+ Reply to Thread
Results 1 to 2 of 2

Thread: FTP in CL

  1. #1
    GlenKerner Guest

    Default FTP in CL

    I'm not sure if this is the right place for this but here goes: I have a CL program that FTP to a server and gets a file. I want to rename the file after I get it. The file name will be abc_(date). Can I pass a cl variable to the FTP script so the file name I use to rename will be different each time? If so, how do I code the script? Thanks

  2. #2
    Guest.Visitor Guest

    Default FTP in CL

    Glen, You have to generate a new script and pass that. I am sure there are some clever ways to do this, but an RPG program is pretty strait forward. Read a file and output a file with the new file name. David Morris

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts