US and Worldwide: +1 (866) 660-7555
Results 1 to 4 of 4

Thread: How to upload a file to a specific HTTP Path using Kettle ?

  1. #1

    Question How to upload a file to a specific HTTP Path using Kettle ?

    We are having a download link on the dashboard created by xaction which in turn call pdi job when clicked .The pdi will extract the related details in excel file.I want that file to be stored in common location that can be accessed by the end uses so the location shud be a share point location. Can anyone help me regarding this ??

  2. #2
    Join Date
    Jun 2012
    Posts
    1,490

    Default

    Uploading a file to a web server?

    Have a look at job entry "File Management/HTTP".
    pdi-ce-4.3.0-stable
    OpenJDK IcedTea 2.3.7 (7u21)
    ubuntu 12.04 LTS (x86_64)

  3. #3

    Default

    But I guess HTTP is used to pull file from the Web Serverhttp://wiki.pentaho.com/display/EAI/HTTP .. Even we tried that , we are facing some authentication errors there.

  4. #4
    Join Date
    Jun 2012
    Posts
    1,490

    Default

    See that parameter "Upload File" in the HTTP configuration dialog?
    That's what made me think you could use it for uploading a file.
    Seems to be a trap, though.

    Meanwhile there are other options: FTP, SFTP.
    You even could resort to a shell based solution.

    PS: Just tried for myself and everything went smooth. What's your problem again?

    URL = http://localhost/upload
    Upload file = C:\test.txt
    Target file = C:\dummy

    URL must point to a directory.
    Target file will receive any response data from the web server.
    Last edited by marabu; 06-25-2012 at 04:55 AM.
    pdi-ce-4.3.0-stable
    OpenJDK IcedTea 2.3.7 (7u21)
    ubuntu 12.04 LTS (x86_64)

Tags for this 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
  •