Using secure FTP (SFTP) with XI 3.0.

Hi,
I must bring a document with SFTP protocol.
Is it possible use SFTP with XI 3.0. What must I do use SFTP with XI. Is it necessary to install some component to XI or it needs some 3hrd party components?
Thanks

Hi Cemil,
Right now, XI does not have the feature of communicating with SFTP. You can extend the functionality of the File Adapter by writing some adapter modules to enable it to communicate with SFTP.
Regards,
Hari.

Similar Messages

  • Can anyone help me answer whether Robohelp has a secure ftp (sftp) or secure http connection protocols?  it only lists ftp or http, but not specifying if secure? Thanks.

    Can anyone help me answer whether Robohelp has a secure ftp (sftp) or secure http connection protocols?  it only lists ftp or http, but not specifying if secure? Thanks.

    Hello again
    First off, sorry for confusing anyone with the WYSIWYG reference. Failed attempt at humor. Ah, live and learn.
    Can you expound on what you mean when you say: But there does seem to be “disagreement” regarding whether RH supports HTTPS?
    If you are only referring to this thread, are you sensing "disagreement" because Willam said you can serve content to users?
    Here's the deal. I sort of "read between the lines" with your post and made an assumption and it seems I may have needed to ask you to clarify before tossing an answer out. The assumption I made was based on your statement of: it only lists ftp or http
    That made me believe you were referring to the Publish section in the Single Source Layout properties. (shown below)
    This dialog allows you to specify a protocol used to UPLOAD your generated content to a server.
    What Willam was referring to was the END USERS viewing the content AFTER it has been uploaded.
    Cheers... Rick

  • Using Secure FTP to extract a file

    Dear all
    we want to create a mapping to read data from a set of tables and after some transformation to export the data into a flat file over a secure FTP protocol to a remote location.
    I am wondering :
    a) if that is feasible and if yes, then
    b) what are the parameters we have to use to achieve that.
    many thanks in advance

    A quick search at google reveals there are plenty of FTP libraries available for the various mainstream programming languages (Java, C, C++ etc).
    However, FTP has a very basic command set. (MKDIR, GET, PUT, DEL etc).
    So you are not going to be able to perform more advanced document management tasks (such as lock a document, check-in, check-out, modify metadata, modify security, search, sort etc) through standard FTP commands.
    In terms of setting metadata through FTP, you could potentially store the various processing instructions required in some type of XML file (or equivalent) and upload this XML file to the repository. A custom event handler could be created that listens for DOCUMENT_CREATED events, and then attempts to process the XML files and perform the various instructions contained within by calling the appropriate in-process Content DB FDK API.
    It's ugly, but possible.
    cheers
    Matt.

  • How to use secure FTP using FTP adapter in PI

    Hi,
    PI does not give SFTP adapter, for using the SFTP adapter we need some security certificates + we need to purchase the
    SFTP adapter.
    How to achive SFTP functionality using FTP adapter? We need to do some script coding.
    Pl throw some light on this.
    Thanks,
    Krishna

    HI Krishna,
    Ref:  http://weblogs.sdn.sap.com/cs/blank/view/wlg/22415
    http://weblogs.sdn.sap.com/cs/blank/view/wlg/22776
    http://aedaptive.com/index.php/solutions/pgp-for-sap-netweaver
    Thanks,

  • Secured FTP interface with ABAP

    Hi Friends,
    We are trying to extract a file which is in remote system from FTP folder, for which we were successful in extraction using 'HTTP_SCRAMBLE, FTP_CONNECT, FTP_R3_TO_SERVER, FTP_SERVER_TO_R3 function modules.
    Similar to that we would like to extract data from SFTP folder as FTP is not secured. Are there any Function Modules which let us to extract data from SFTP folder through ABAP program. Or same function modules like above can be used here as well ?
    Waiting for your reply eagerly.
    Thanks & Regards,

    Hi Robin
    I know the answer comes late but you might find my wiki posting helpful:
    https://wiki.sdn.sap.com/wiki/display/Snippets/ABAP+Report-Report-Interface
    Regards,
    Marc
    SAP NetWeaver RIG

  • Why can't i use the ftp functions with a built file

    I have created a report program that connects to an MS Access database and generates a series of reports from it. i also wanted to give the user the ability to download the database. we haev the database stored on a server at a different building. i have used the labview FTP function in the internet tool kit. the program works fine in the development mode. however if i build an application the ftp call fails to work. i have added traps so that if i get an error i will know it. unfortunatly the program flows through with no errors but the database is not copied.
    i have also written an ftp function which works in the development mode and the application mode with no installer, but it does not work in the apli
    cation mode with an installer.
    Attachments:
    test_ftp.vi ‏28 KB
    shawns_ftp_get_files.vi ‏71 KB

    Well once again I find myself on a machine that will not let be take a look.
    I am glad to here that you have your app running.
    I am troubled by by the solution. It makes me nervous when functions behave differently in the two environments. Have you run this past NI support?
    I'll email myself this link as a reminder for monday.
    Thank you for the update.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Secure FTP in SAP XI

    Hello,
    I have seen that there is an FTP adapter in SAP XI. We currently have guidelines to use Secure FTP (SFTP) for FTP communication over an 'unsecure' network.
    We would like at least 128bit encryption, preferably 1024bit key.
    Can SAP XI also support this (and how)? Or is there a possibility with third party adapters?
    Best regards

    While the File/FTP adapter does not support secure FTP, there are a couple of options for protecting FTP communications.
    1. Develop a custom FTPS adapter.  There are some good commercially-available Java libraries that implement FTPS; I've found the Secure FTP Bean from Glub Tech (www.glub.com) to be reliable and compatible with many common FTPS servers.  It's called a bean, but it really is just a basic Java API library.  (It's shareware -- free to download for prototyping, $500 for internal use.)
    You do need to understand the various options in the FTPS specification to get this to work.  Reading IETF RFC 2228 will help.
    2. Use the FTP adapter, and encrypt/decrypt the file contents through a user exit in the adapter.  Something on the FTP server side will have to do the same.
    --Dan King
    Capgemini

  • Secure FTP using FTPS (SSL/TLS) - need help!

    I am trying to use an FTP Sender Channel using Secure FTP.  I am currently getting a "java.net.ConnectException: Connection timed out: connect" error.
    I am on XI 3.0 with SP13. 
    Settings are FTPS (FTP Using SSL/TLS for Control and Data)
    Command Order Auth TLS, USER, PASS, PBSZ, PROT.
    I am able to connect from my pc using WSFTP Pro which looks to be using the same command order.  I made sure WSFTP Pro was set for passive connections as XI only supports this until SP15.
    I have asked our Basis support to make sure the proper ports are open that are used for the connection and file transfer.  They have deployed the Java Cryptographic Toolkit on XID, and changed the startup mode for SSL runtime from 'manual' to 'always'.  The site I will connect to uses a certificate from Equifax which was added to the TrustedCAs keystore view.  After still not being able to get a file, I also added the certificate of the site, which I was able to export from WSFTP Pro and import onto XI with STRUST.
    I have increased the J2EE trace for com.sap.aii.adapter.file to Debug, but I haven't been able to get much out of the log.  I see entries, such as some SSL activity and the timeout, but nothing that points me to an answer.  Of course, I really don't know what to look for.
    I have tried to connect to the remote server by name or ip with the same connection timeout. 
    I currently don't have it set to use X.509 certificate for Client Auth, but I did try a few of those options with no luck.
    Any pointers would be appreciated.
    Thanks,
    Eric Peterson

    Eric,
    Did you ever solve the problem ? I am having the same issue.
    Cheers
    Jon

  • Coldfusion secure FTP & digital certificates

    Hello !
    I am currently in the process of developing a corporate CF intranet site that is behind a corporate firewall and part of the application will need to send a data file (FTP put) to a remote FTP server using secured FTP (FTPS). I have never used Coldfusion before for either secured or unsecured FTP.  I am planning on using the CFFTP tag to open the connection and send the data file but I have a number of other questions regarding the use & installation of the digital certificates.:
    Current development environment setup:
    CF version 9 standard edition running on Windows Server 2008 R2
    Microsoft IIS 7
    Current production environment setup:
    CF version 9  enterprise edition running on Windows Server 2008 R2
    Microsoft IIS 7
    1.  The data file that is being created must be sent to a finanacial institution and they will be providing a digital certificate (p12 format) to me.  What do I do with that certificate once I get it ?  I have installed SSL certificates before on http web sites with IIS without any issues but I am not sure what to do with the certificate for secured FTP.  Do I import the certificate into IIS using the MMC snap on or does the certificate need to be integrated into Coldfusion in some other way and if so, what needs to be done ?
    2.  What other steps need to be prior to being able to use the CFFTP tag for a secured FTP send ?
    I would appreciate as much help as possible as I haven't used CF for FTP before.
    Thank you.

    Dave,
    Thank you for answering.
    1.  I have imported the certificate into the cacerts file by using the following command:
         keytool -import -keystore ../lib/security/cacerts -alias x  -file c:\downloads\y
         where x was the alias name I assigned and y was the certificate name (extension of 'der').
    I tried importing a p12 and p7b certificate but neither of those worked.  I received the message 'Not a valid X.509 Certificate' from the command.  I then successfully imported a Base64 certificate (der).  I believe the certificate has been successfully imported because I ran the following and it shows the MD5 fingerprint:
         keytool -list -alias x -keystore ../lib/security/cacerts
         where x is my alias name I assigned in the original import
    2.  I then ran the following CFM command replacing the '*'s with the appropriate server name, user name, and password
         <cfftp action="open" connection="conn1" secure="yes" server="********" username="******" password="*****" port="21"
         </cfftp>
         I am getting the CF error
    An error occurred while establishing an sFTP connection.
    Verify your connection attributes: username, password, server, fingerprint, port, key, connection, proxyServer, and secure (as applicable). Error: User Authentication failed.
    Any suggestions or help would be appreciated.
    Thank you.

  • Not able to FTP/SFTP the Bursting output

    Hi All,
    My Bursting process is getting failed when trying to do FTP/SFTP with the below error:
    "Error!! Could not deliver the output for Delivery channel:null . Please check the Log for error details.."
    I have checked the log, it is not providing any helpful information. I have checked existing threads but none are helpful.
    For your reference I am pasting the content of Control file.
    <?xml version="1.0" encoding="UTF-8"?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
    <xapi:globalData location="stream">
    </xapi:globalData >
    <xapi:request select="/PAYADVICE/G_EMPLOYEE">
    <xapi:delivery>
    <xapi:ftp id="ftp_delivery" server="a.b.c.d" user="user" password="password"
    remote-directory="/payslips" remote-file="${DATE_EARNED}_${EMPLOYEE_NUMBER}.pdf" secure-ftp="TRUE"/>
    </xapi:delivery>
    <xapi:document output="${DATE_EARNED}_${EMPLOYEE_NUMBER}.pdf" output-type="pdf"
    delivery="ftp_delivery">
    <xapi:template type="rtf" location="xdo://XX.PAYADV_PUB.en.US?getSource=true">
    </xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    I am able to transfer (FTP) files to this server manually. Could you please help me.
    Thank you,
    Ramu

    Hi,
    I have tried email deliver and able to recieve all the files successfully. But FTP is ending with mentioned error. Please suggest me.
    Thank you,
    ramu

  • FTP Adapter with Runtime OS Command before Message Processing

    Hi PI Techies,
    I have a confusion in using Sender FTP Adapter with Runtime OS Command before Message Processing.
    Scenario is like this:
    Ftp Adapter has to pick a file from FTP server after it checks that a Blank Marker file exists on PI server AL11 directory say "tmp directory".
    For this I am using Runtime OS Command before Message Processing where a shell script will check the existence of Blank Marker file on PI server AL11 and if found , it exits the script and FTP Adpater will then pick the Actual Data File and Process it.
    Now Confusion:
    I am confused in technical execution of steps by FTP Adapter..
    Whether FTP Adapter polling initiates the Interface or Runtime OS command checking the File existence will initiate the Interface?
    May be its follish to you guys... but please answer ..
    Regards,
    Anurag

    Hi,
    I will take it other way as we need to process the Data File not Marker File ( its just for checking the Data File is completely written on FTP server).
    Other way mean " Will Poll for Data.txt File and if  found then Runtime OS Command will do connect to FTP and check if Marker File exists, if yes then delete the marker file and read the actual Data File for processing.
    Please let me know, if Marker File does not exists on FTP folder, will it still read the Data File or will it exit the Adapter execution?
    Your help is much appreciated.
    Regards,
    Anurag

  • How to find the File name using the FTP Adapter

    hi all,
    how to find the File name using the FTP Adapter with BPEL.
    Regards

    Found the solution for this.
    First In the mediator's routing rule use assign property $in.property.jca.file.FileName to $out.property.jca.file.FileName
    In the BPEL's receive activity go to the properties tab and get the property to a BPEL variable. That should do it.
    Thanks for the posts

  • Can SCAN IP be used for ftp of files

    Hi,
    I would like to know, if SCAN IP can be used by clients or applicaitons to FTP files to either of the database nodes?
    Thanks!

    Hi ,
    SCAN IP's can be used for ftp ,sftp and also ssh connection during rac cluster service already running . Because when cluster services are running scan ip's nic bonding to public network interface for example ;
    In RAC Node1
    oracle@testdbrac1:/oracle:>ifconfig -a
    eth0      Link encap:Ethernet  HWaddr 00:50:56:B8:40:B0 
              inet addr:PUBLIC IP  Bcast:xxx.x.x.xxx  Mask:255.255.255.0
              inet6 addr: fe80::250:56ff:feb8:40b0/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:1006522 errors:0 dropped:0 overruns:0 frame:0
              TX packets:92530 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:99913091 (95.2 MiB)  TX bytes:32001574 (30.5 MiB)
    eth0:2    Link encap:Ethernet  HWaddr 00:50:56:B8:40:B0 
              inet addr:SCAN IP_1  Bcast:xxx.x.x.xxx  Mask:255.255.255.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
    In RAC Node 2
    oracle@testdbrac2:/oracle:>ifconfig -a
    eth0      Link encap:Ethernet  HWaddr 00:50:56:B8:40:B1 
              inet addr:PUBLIC IP  Bcast:xxx.x.x.xxx  Mask:255.255.255.0
              inet6 addr: fe80::250:56ff:feb8:40b1/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:1004162 errors:0 dropped:0 overruns:0 frame:0
              TX packets:69260 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:100817580 (96.1 MiB)  TX bytes:15328431 (14.6 MiB)
    eth0:2    Link encap:Ethernet  HWaddr 00:50:56:B8:40:B1 
              inet addr:SCAN IP_2  Bcast:xxx.x.x.xxx  Mask:255.255.255.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
    eth0:3    Link encap:Ethernet  HWaddr 00:50:56:B8:40:B1 
              inet addr:SCAN IP_3  Bcast: xxx.x.x.xxx  Mask:255.255.255.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
    You can also check output command "ifconfig -a"  when rac services are not running. If you are planning for failover scenarios , it is reasonably.

  • Secure FTP feature on windows

    I wanted to use secure ftp feature on windows platform.
    Can anybody tell me where can I find the related articles.
    In the following it is said that "The FTP adapter supports the use of the secure FTP feature on Solaris". Then what about the windows.
    http://docs.huihoo.com/oracle/docs/B14099_19/integrate.1012/b25307/adptr_file.htm#CIABDJEF
    Thanks
    V Kumar

    thanks it was helpful to me.
    but i am getting this error when I am trying to start the service(Type net start sshd to start the sshd service.)
    the CYGWIN sshd service could not be started
    The service did not report any error.
    more help is available by typing net helpmsg 3534
    When I type "net helpmsg 3534"
    It again says "The service did not report an error"
    When I tried from the services console I got the following message
    "The CYGWIN sshd service on Local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performance Logs and Alerts service."
    any Ideas?
    Thanks
    V Kumar
    Edited by: user640551 on Oct 16, 2008 7:34 AM
    Edited by: user640551 on Oct 16, 2008 7:37 AM

  • FILE adapter with secure FTP

    Hi experts,
    i have scenario file to file scenario, communication should  happen in secure connection .i searched in blogs & forums
    please find berlow forum
    How to configure SFTP Adapter in XI?
    in that 2 nd reply
    there is one option :2. Use the FTP adapter, and encrypt/decrypt the file contents through a user exit in the adapter. Something on the FTP server side will have to do the same.
    can anyone please elaborate this one & where can i find user exit  for the file adapter.
    please help is there any option to provide secure cinnection in file adapter (FTP) like using run operating system command befor or after message processing
    Thanks In advance

    I think  that you can solve in 4 different ways:
    -> Using FTPS connection
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/frameset.htm
    -> Using a 3rd Party Adapter (Seeburger or Aedaptive) for PGP or deploying a custom adapter for PGP
    http://www.seeburger.com/9468/
    -> PGP OS Level (Installing a PGP software like GnuPGP in your system) Install the PGP software in XI and write the OS command for encryption and decryption at OS level. Call this command in File adapter after or before message processing
    PGP ncryption
    -> Using an UDF
    Check this links:
    Is there any FTP API available from SAP?
    Send Text file to FTP in binary mode with PGP encryption
    http://www.webmethods.com/meta/default/folder/0000007429
    Converting IDOC to XML
    XI implementation
    http://www1.webmethods.com/PDF/webMethods_for_SAP-wp.pdf

Maybe you are looking for

  • Which part of the machine is related to the keyboard flex problem ?

    Mine is T420s And I got a keyboard flex problem. Actually which part is related to this problem ? Isn't it inclusive to fix this problem in the warranty ? thx

  • BO Integration Kit for SAP Product Trial Product key

    Hi Everyone, I have downloaded BO Integration Kit for SAP Product Trial but the product key mentioned on the website does not work..It says "expired" Can anyone please tell me where can I get it the current Product key from. As of now I don't have se

  • Finder - Preferences Sidebar checkbox bug in OSX 10.9

    In Finder - Preferences > Sidebar in the latest OSX 10.9 on a Macbook Air 2011, none of the checkboxes are showing checked or staying checked after Itry to hide or show different favourites and places. Is anyone else having this problem or is it only

  • Missing iTunes library after moving computer

    I recently moved my iMac to a new home, and my iTunes library has disappeared. I have checked all of the usual places and apparently no media exists in my iTunes folder. It's also not showing up on my external hard drive. Any idea what might have cau

  • IOS 5 Issues with iPhoto '08 Ver 7.1.5 (378)

    I have noticed that when doing Sync Between iTunes 10 Ver 10.5 (141) and iPhone concerning the iPhoto '08 Ver 7.1.5 (378) Albums! It sync the albums without maintaining (THE KEY PHOTO) as in iPhoto? Is it a problem in IOS5?