Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Embedded FTP

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

  • Embedded FTP

    Yes. Search this fora for "BATCH FTP" and you will find lots of examples. Here is one - Ted Holt "FTP in CL" 8/19/99 6:15pm HTH, Joe

  • #2
    Embedded FTP

    Here is a sample FTP CL that I use all the time. It was originally designed to send a text message to a Unix System that would then be sent as an email to a pager or user. It cleans up after itself when the job ends. You can comment out certain parts of the code once you have it running the way you want. Enjoy, Keith

    ftpclp.txt

    Comment


    • #3
      Embedded FTP

      Here is a command that can be built and tailored to your needs http://search400.techtarget.com/orig...781129,00.html you may have to cut and paste the web address, but I use it a lot. Alan

      Comment


      • #4
        Embedded FTP

        Ed Jaroll said the following on 4/19/2005 3:10 PM: > Is there a way to run an FTP session within a CL? I personally use and recommend Scott Klement's FTPAPI. http://www.scottklement.com --buck

        Comment


        • #5
          Embedded FTP

          Is there a way to run an FTP session within a CL? Senario: I have a file which will be generated by a user. Once the data is loaded, the file needs to be FTP'd to the remote recipient as part of the job stream. Thanks for the assist Ed

          Comment


          • #6
            Embedded FTP

            Many thanks: Joe, Keith, Alan and Buck for the input. It was a big help. My CL manual didn't touch the subject at all! Ed

            Comment

            Working...
            X