DataPower

DataPower

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Handling JSON/XML/CSV File using Datapower

    Posted Mon May 08, 2023 03:05 AM

    Hi @Steve Linn & All,

    I have a requirement like Passthrough a file from One Remote Location to another Remote Location using DataPower.

    i.e, I need to pick a file from one remote location(FTP/SFTP) and place it in an other remote location(SFTP/FTP).

    Please let me know the possible way to achieve my requirement.

    Treat this as a "Priority".

    Thanks in Advance!!!

     



    ------------------------------
    Vyasavardhan Ramagiri
    ------------------------------


  • 2.  RE: Handling JSON/XML/CSV File using Datapower

    Posted Mon May 08, 2023 10:14 AM

    Yes, this is a very common pattern for DataPower.  You can download the free FileZilla Client and Server tools to test this with your instance of DataPower.  Get it working first without, if possible, and then add encryption.



    ------------------------------
    --Charlie Sumner
    ------------------------------



  • 3.  RE: Handling JSON/XML/CSV File using Datapower

    Posted Mon May 08, 2023 12:01 PM

    Hi Charlie,
    I have a file zilla server already and i want to pick a file from one ftp to another ftp how can we achieve this using datapower.



    Thanks in advance!!



    ------------------------------
    Vyasavardhan Ramagiri
    ------------------------------



  • 4.  RE: Handling JSON/XML/CSV File using Datapower

    Posted Mon May 08, 2023 12:50 PM

    Setup a Multi Protocol Gateway service with an FTP front side protocol handler using the port and up address of your FTP server. Then configure the backside with ftp://ftp server:port number 

    And create a client to server policy with a default matching rule and a results action.  That's the minimum and it should get the file from your server and deposit it in your backend server



    ------------------------------
    Charlie Sumner
    ------------------------------



  • 5.  RE: Handling JSON/XML/CSV File using Datapower

    Posted Mon May 08, 2023 12:58 PM

    Thanks Charlie!!



    ------------------------------
    Vyasavardhan Ramagiri
    ------------------------------