FTP Configuration

HI Experts,
                        i have assigned to following scnario, We are creating report level interfaces  from SAP to third party(no bdc,rfc,bapi, such methods) I want to know the FTP configuration bcos the flat files are send through FTP from SAP to third party server.

I don't think you need any specific configuration in sap. please check in the sm59 connection list whether you have connection type SAPFTP & SAPFTPA.
How to send the files please check the program RSFTP002

Similar Messages

  • Having issues with Simple FTP configuration

                       I am attempting to set up FTP behind this new CISCO ASA 5510 we just bought. I haven't configured a cisco device in 5 years, so I am having issues., i think i am close, but need a little help to get me over the hump. If I FTP from outside (fixed) IP it connects and takes the password but hangs on PASV and gives no data connection below is my configuration.  Can anyone help? I am hoping it is simple since I seem to have the connection inside correct. and yes you can connect to the FTP server from inside without issue.
    ASA Version 8.2(5)
    hostnameASA1
    enable password 8Ry2YjIyt7RRXU24 encrypted
    passwd 2KFQnbNIdI.2KYOU encrypted
    names
    interface Ethernet0/0
    nameif External
    security-level 0
    ip address y.y.y.y 255.255.255.0
    interface Ethernet0/1
    nameif Internal
    security-level 100
    ip address x.x.x.x. 255.255.255.0
    interface Ethernet0/2
    shutdown
    no nameif
    no security-level
    no ip address
    interface Ethernet0/3
    shutdown
    no nameif
    no security-level
    no ip address
    interface Management0/0
    nameif management
    security-level 100
    ip address 192.168.1.1 255.255.255.0
    management-only
    ftp mode passive
    dns domain-lookup External
    dns server-group DefaultDNS
    name-serverg.g.g.g.g.
    name-server h.h.h.h.
    access-list 100 extended permit tcp any host y.y.y.y eq ftp
    access-list 100 extended permit tcp any host y.y.y.y eq ftp-data
    pager lines 24
    logging enable
    logging asdm informational
    mtu External 1500
    mtu Internal 1500
    mtu management 1500
    no failover
    icmp unreachable rate-limit 1 burst-size 1
    no asdm history enable
    arp timeout 14400
    global (External) 101 interface
    nat (Internal) 101 0.0.0.0 0.0.0.0
    static (Internal,External) tcp interface ftp-data 192.168.0.69 ftp-data netmask 255.255.255.255
    static (Internal,External) tcp interface ftp 192.168.0.69 ftp netmask 255.255.255.255
    access-group 100 in interface External
    route External 0.0.0.0 0.0.0.0 L.L.L.L 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    timeout floating-conn 0:00:00
    dynamic-access-policy-record DfltAccessPolicy
    http server enable
    http 192.168.1.0 255.255.255.0 management
    http 192.168.0.0 255.255.255.0 Internal
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    crypto ipsec security-association lifetime seconds 28800
    crypto ipsec security-association lifetime kilobytes 4608000
    crypto ca trustpoint _SmartCallHome_ServerCA
    crl configure
    crypto ca certificate chain _SmartCallHome_ServerCA
    certificate ca
      quit
    telnet timeout 5
    ssh timeout 5
    console timeout 0
    dhcpd address 192.168.1.2-192.168.1.254 management
    dhcpd enable management
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    webvpn
    class-map INSPECTION_DEFAULT
    class-map inspection_default
    match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum client auto
      message-length maximum 512
    policy-map global_policy
    class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect rsh
      inspect rtsp
      inspect esmtp
      inspect sqlnet
      inspect skinny 
      inspect sunrpc
      inspect xdmcp
      inspect sip 
      inspect netbios
      inspect tftp
      inspect ip-options
    service-policy global_policy global
    prompt hostname context
    call-home reporting anonymous
    Cryptochecksum:9c15122a54bf6b87ce5ab8be0f23e9d5
    : end

    First of all Thanks! So I pulled those commands off. 
    I am hitting the FTP server behind the firewall as you can see from my first log... It dies on PASV which is why I thought I needed that FTP-Data.
    000018)1/25/2013 11:48:21 AM - (not logged in) (72.90.68.10)> 220-FileZilla Server version 0.9.41 beta
    (000018)1/25/2013 11:48:21 AM - (not logged in) (72.90.68.10)> 220-written by Tim Kosse ([email protected])
    (000018)1/25/2013 11:48:21 AM - (not logged in) (72.90.68.10)> 220 Please visit http://sourceforge.net/projects/filezilla/(000018)1/25/2013 11:48:21 AM - (not logged in) (72.90.68.10)> USER administrator(000018)1/25/2013 11:48:21 AM - (not logged in) (72.90.68.10)> 331 Password required for administrator(000018)1/25/2013 11:48:21 AM - (not logged in) (72.90.68.10)> PASS *****(000018)1/25/2013 11:48:21 AM - administrator (72.90.68.10)> 230 Logged on(000018)1/25/2013 11:48:21 AM - administrator (72.90.68.10)> CWD /(000018)1/25/2013 11:48:21 AM - administrator (72.90.68.10)> 250 CWD successful. "/" is current directory.(000018)1/25/2013 11:48:21 AM - administrator (72.90.68.10)> TYPE A(000018)1/25/2013 11:48:21 AM - administrator (72.90.68.10)> 200 Type set to A(000018)1/25/2013 11:48:21 AM - administrator (72.90.68.10)> PASV(000018)1/25/2013 11:48:21 AM - administrator (ip.ip.ip.ip.ip)> 227 Entering Passive Mode (72,90,69,2,10,125)
    Here's what the Log shows when I hit the FTP server from the outside...
    6
    Jan 25 2013
    08:48:52
    72.90.68.10
    39185
    72.90.69.2
    21
    Deny TCP (no connection) from ip.ip.ip.ip/39185 to outsideinterfaceip/21 flags PSH ACK on interface External
    Does that help?
    Thanks again? Cyclist eh? Nice, that's my latest passion and it will probably send me to the poor house with the amount of times I crash.

  • Need Information Regarding FTP Configurations

    Hi Experts,
      I have developed one scenario in that i will send the files through FTP poll.
      I am using the File adapter as Receiver
      I need some info regarding Comm Channel settings.
      under FTP connection parameters what should i give for
      server
      port
      username
      password
      who will provide the above information.
      And do i need to have any details of legacy system.
    please advise.
    Thanks
    Bhaskar

    Hi,
    under FTP connection parameters what should i give for
    server
    port
    username
    password
    who will provide the above information - The guys who are maintaining this FTP server or the application which is using this FTP server can provide you these details so that XI can connect to your this FTP server.....
    And do i need to have any details of legacy system - See legacy system details as such are not required........but you need to know the FTP server  details like the above information and directory information to put the files and the filename scheme which the legacy application is expecting for output files from XI system.
    Regards,
    Rajeev Gupta

  • Anonymous ftp configuration

    Hi,
    I'm trying to set up an anonymous ftp server on an Ultra 10 running solaris 8 and am having massive amounts of problems. I did download wu-ftp found on http://www.sunfreeware.com and I installed it but now cannot find the binary executables. I followed the man pages for ftpd and encoutered that it said that even though anonymous worked and had a home directory of / but couldn't see any files or cd into any sub directory.
    Any help would be very helpfull!
    Thank you,
    Cindy Herzberg
    University of Detroit Mercy

    Read these first:
    http://www.cert.org/techtips/anonymous_ftpconfig.html
    http://www.cert.org/techtips/anonymous_ftpabuses.html
    Create the user in NetInfo Manager. Create the directories and assign permissions in Terminal.

  • FTPS: scenario configuration

    hi gurus....
    now i am able to confure the FTP server as mentioned in the blog "Along came a File Adapter, Mr. 'FTP' and Rest of the Gang By Shabarish Vijayakumar", it is working fine.
    but now i want to work on FTPS configuration. is it sufficieant to work?, if it is so, how can i proceed with this existing one for FTPS ?, or else anything is required..?
    please help me regarding this.....
    thanks,
    Kumar

    Hi,
    Not every FTP server supports FTPS and many that do require a configuration change to activate the FTPS protocol extension. Contact your FTP server software vendor for detailed information.
    The File Adapter checks whether a trusted certificate chain exists for the X.509 certificate of the FTP server it is connecting to. A certificate chain is considered trusted if the chain is valid and at least one of its certificates is directly trusted. If the certificate chain is untrusted, the above exception is thrown. To configure a single certificate or a certification authority's CA certificate as directly trusted, add the respective X.509 certificate to the "Trusted CAs" view of the "Key Storage" service in the SAP J2EE Visual Administrator. In most cases, this will be the CA certificate that was used to sign the server certificate.
    Regards,
    Surya

  • Oracle AS B2B - Various Features in FTP Adapter (FTPS, SFTP...)

    As part of the Oracle AS B2B 10.1.2.0.2 FTP adapter offering following features are supported. FTP Protocol forms part of the Generic Exchange Plugin.
    1. Basic FTP
    Identification of Trading Partner Criterion is slightly different for Internal and External Delivery channel, even though identification is based on the "Name" in both of this cases.
    a. For External Delivery Channel.
    i. Identification of Trading Partner is based on the name of the file and the name shoud follow the patterns as nameOfTP_UniqueID.
    ii.Identification of Trading Partneris based on the name of the Directory. To enable this it is required to set
    oracle.tip.adapter.b2b.allTPInOneDirectory= True as part of tip.properties setting.
    b. For Internal Delivery Channel.
    The identification of Trading partner and the Document is based on the name of the file and should follow the pattern as
    TradingPartner_DocumentType_Revision_msgType_msgId_replytoMsgID_extension.xml
    2. FTPS : FTP OVer SSL
    Download any of the FTP server which can be configured to FTPS such as FIlezilla. Configure FTP server for FTPS as per the FTP server documentation.
    Oracle AS B2B Configurtion:
    The SSL configuration is drived by the value of parameter "Channel mask"
    1. Depending on the mode of data transfer i.e Active/Passive , specify the data port for Active configuration and no data port for passive mode. Control port is there for both the mode and by default B2B considers this to be 21, there is a need to
    mention it for any deviation.
    2. Receiver Channel Mask (Host) : Depending on whether No channel encrypted, data channel to be encrypted , Control Channel to be encrypted or Both control and Data channel to be encrypted specity none, Data, Control or Both accordingly.
    2. Sender Channel Mask (Trading Partner) : Depending on whether No channel encrypted, data channel to be encrypted , Control Channel to be encrypted or Both control and Data channel to be encrypted specity none, Data, Control or Both accordingly.
    Refer to the user guide for FTP Transport configuration.
    3. SFTP(New Feature available as part of latest B2B patch # 6353697)
    SFTP implementation has been provided for Oracle B2B 10.1.2.0.2 version. This enables B2B to send and receive payload files over SFTP (SSH FTP) protocol.
    SFTP protocol support added for both external trading partners and internal applications communications. The naming conventions of the payload files are in-line with File and FTP adapters.
    Proxy support provided (HTTP)
    Authentication Support :
    Password based authentication – username/password combination authentication
    Public key authentication – authenticating the identity based on the public key
    create a key pair using OpenSSL keygen tool and the Public key need to be installed in the server. and the private keys fully qualified file location has to be specified in Private Key file and the passphrase has to be provide in Prive Key Pass phrase.
    If the passphrase is present in the FTP configuration, B2B engine considers the password based Authentication else key based Authentication otherwise it is key based Authentication.

    Hello Ramesh
    I want to configure FTPS using FTP adapter in Oracle BPEL,I am not configuring any wallet as of now.I am gettig following error while invoking the Put Operation of FTP adapter.
    <messages><input><Invoke_1_Put_InputVariable><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Zebra_CRM005ProcessRequest"><Zebra_CRM005ProcessRequest xmlns="http://xmlns.oracle.com/Zebra_CRM005">
    <input>test</input>
    </Zebra_CRM005ProcessRequest>
    </part></Invoke_1_Put_InputVariable></input><fault><remoteFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="code"><code>null</code>
    </part><part name="summary"><summary>file:/vol2/opt/oracle/product/10.1.3.1/soa/bpel/domains/default/tmp/.bpel_FTP_WRITE_NEW_v2008_09_24__47502_0c1781b2ce7e4236dffaaa7cabd43a0c.tmp/A.wsdl [ Put_ptt::Put(Zebra_CRM005ProcessRequest) ] - WSIF JCA Execute of operation 'Put' failed due to: Error sending file to FTP Server.
    Unable to send file to server.
    ; nested exception is:
         ORABPEL-11429
    Error sending file to FTP Server.
    Unable to send file to server.
    Please ensure 1. Specified remote output Dir has write permission 2. Output filename has not exceeded the max chararters allowed by the OS and 3. Remote File System has enough space.
    </summary>
    </part><part name="detail"><detail>null</detail>
    </part></remoteFault></fault></messages>
    Please help in configuring FTPS in oracle FTP adapter.
    Thanks
    Satendra Pare
    [email protected]

  • Error on polling 2.5 gb file using FTP adapter

    HI All
    We have FTP adapter which is polling 2.5 gb of file on single node instance in SOA 11.1.1.6.
    It is working fine with single node instance but its failing on cluster 2 node instance.
    We are polling zip file and all the FTP configuration are made as per the HAFTPAdapter settings and its using SOA dataSource .We have changed all the possible setting for JTA  time out and also on data source XA transaction but still no luck.
    Error
    ====
    The action "update action" cannot be performed on the instance "2340091" because of its current state ("unknown").
    The current instance state did not allow the requested action to be performed.
    Consult the product documentation for a list of all the permissible actions that can be performed on an instance when it is in the "unknown" state.
    ORABPEL-02041……..
    [2013-11-28T05:57:00.324+00:00] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.dispatch] [tid: orabpel.invoke.pool-4.thread-14] [userId: <anonymous>] [ecid: fcc5d9e1c7acffe4:f35f602:14299c196ac:-8000-0000000000036f42,1:18707] [APP: soa-infra] [URI: /soa-infra/services/default/XMLValidation_FileNameBPEL/FileNameValidationBPEL_client_ep] failed to handle message[[
    weblogic.transaction.internal.TimedOutException: Transaction timed out after 302 seconds
    BEA1-25F2BD0F3E4FBDE133EB
        at weblogic.transaction.internal.ServerTransactionImpl.wakeUp(ServerTransactionImpl.java:1788)
        at weblogic.transaction.internal.ServerTransactionManagerImpl.processTimedOutTransactions(ServerTransactionManagerImpl.java:1676)
        at weblogic.transaction.internal.TransactionManagerImpl.wakeUp(TransactionManagerImpl.java:1988)
        at weblogic.transaction.internal.ServerTransactionManagerImpl.wakeUp(ServerTransactionManagerImpl.java:1586)
        at weblogic.transaction.internal.WLSTimer.timerExpired(WLSTimer.java:35)
        at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    =====
    Is there anything we need to check or change in SOA server configuration .
    Thanks
    AK

    Below are the settings which we tried out. The file where it's writing is shared network drive.
    1) SOA datasource
    <xa-transaction-timeout>1000</xa-transaction-timeout>
    2)JTA
    Parameter Name
    Default Value
    Tuned Value
    Timeout Seconds
    30
    3600
    Abandon Timeout Seconds
    86400
    3600
    Maximum Duration of XA Calls
    240000
    24000
    Thanks
    AK

  • FTPEx: 550 Unexpected reply codeAccess denied in FTPS in PI 7.11

    Hi All,
    We are having same issue with the FTPS in our SAP PI systems. On the Target FTP server side we are using the Proftpd software for the FTPS installed and configuration on port 990 and generated Certificate on FTP Server using Proftpd software.
    Error:
    An error occurred while connecting to the FTP server 'xxxxx:21'. The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 550 Unexpected reply codeAccess denied.'. For details, contact your FTP server vendor.
    In SAP PI server Communication Channel Configuration we use below FTP configuration.
    FTP Connection Parameters.
    Server : xxxxx
    Port :21
    Data Connection : Passive
    Connection Security : FTPS (FTP Using SSL/TLS) for Control Connection
    Command Order : AUTH TLS,USER,PASS,PBSZ,PROT
    We are not using any [ ] X.509 Certificate for Clinet Authentication
    Thanks
    PR
    Edited by: PR on Nov 15, 2011 7:22 PM

    We are having same issue with the FTPS in our SAP PI systems.
    21 is the default port for FTP(S).....but you should check with the basis/ network team which port is enabled for FTPS.
    Also the ip-address of the target server should be the same as used when uploading the cert

  • BPEL FTP Adapter Issue

    I am trying to run the tutorials/129.FTPAdapter example.
    1) placed my FTP configuration in Oracle_Home\integration\orabpel\system\appserver\oc4j\j2ee\home\a
    pplication-deployments\default\FtpAdapter\oc4j-ra.xml file.
    2) created the input, output folder is my ftp
    3) deployed the FTPDebatching process.
    The process started polling the FTP- input directory immediately after deployment.
    But when I place the container.txt file in the input folder then its not reading the contents of that file and no exception message is thrown
    But when I manually initiate the process by giving some input then its writing the input in to a file in FTP- output directory.
    But it should pick up the file from input directory when it is place over there.
    polling frequency is 1 minute.
    Am I missing some configuration ????????

    Did you define in your first activity to create an instance? If you stated in your first activity in your bpel process he needs to create an instance, he will instantiate your process when a file is picked up by the polling mechanism.

  • Getting FTP to work in Solaris 10, RE: config vs. firewall

    We've recently migrated from a clustered Solaris 9 environment to Solaris 10 zones.
    One issue that keeps coming up is the inability to ftp anywhere except within zones running on the same server. I can ftp between those zones without any problem.
    Trying to ftp anywhere else, i.e. to a zone on another server node or to any other ftp server, I encounter one of two problems, either I don't get a login prompt at all, which leads me to think there's a firewall issue, or I can login fine, but when I issue any command, nothing happens, and upon ctrl-x'ing out I see:
    "421 Service not available, remote server has closed connection"
    I've seen a lot of totally useless stuff on the web that doesn't seem to apply to Solaris 10. I know there's a bunch of ftp configuration files, but we haven't touched them.
    ftpd is running with the -a switch, but TCP Wrappers is set to false. I can ftp TO this server from a remote server as long as the firewall has been configured for the IP.
    To summarize.
    Zone A on Server A > Zone B on Server A : No problem
    Zone A on Server A > Zone B on Server B: Problem
    If anyone can shed any light on this problem, that would be great.
    Edited by: tsmori on Feb 7, 2008 8:26 AM

    Does perl work for ~/andrew?  You have ExecCGI set for /home/andrew/public_html and not /home/*/public_html:
    <Directory "/home/andrew/public_html">
            Options Indexes FollowSymLinks ExecCGI
            AllowOverride None
            Order allow,deny
            Allow from all
    </Directory>
    Are permissions set to 755 so that the http user can run them?  Have you checked apache's error log?
    edit: fixed quote
    Last edited by juster (2009-12-12 18:56:40)

  • Can't disable FTP

    My organization prohibits anonymous FTP connectons on our network. Every other HP device we have can have FTP services disabled via the web administration or via telnet command. However the Digital Sender Flow 8500 fn1 doesn't seem to have either ability. The FTP service is missing from the listing of network services, and the normal telnet command does not work (looking at the listing of commands available doesn't show any FTP configuration options). Firmware is FutureSmart 3 - 2304070_439649 - dated 20150218 If I attempt to open a FTP connection to the device I can do so, and login with anonymous. Again:- No option to disable ftp in web administration, network services (TFTP yes, FTP no)- The normal ftp-config:0 command doesn't work (telnet)- Telnet command listing does not include FTP commands- Searching the support forums and Google doesn't bring up any results aside from hundreds of sales brochures that include FTP or TFTP terms. Any ideas? Thanks.

    I ended up solving this via Web JetAdmin. The FTP option is in WJA on that printer, by disabling it in WJA the printer then disabled the FTP service (verified by network scan on the printer). I actually was engaged with HP support on this issue and we were kind of going in circles. They would tell me to disable FTP by clicking the option in the Administration screen. I would send them a screenshot asking where the option was on that screen? They would send a screenshot back that showed the option. I sent another screenshot asking again where the options was because it wasn't on my screen. They replied with another screenshot. It was kind of a circle of miscommunication. Anyway, fixed it in WJA. All good.

  • FTP Adapter Properties change - question

    Friends,
    I am new to SOA 11G suite. We ahve a FTP connection configured on the Weblogic using FTP adapter. I want to change the password of the FTP configuration which I do by using following steps but the password does reflect the change after I relogon to Console or actually run the application I deployed which uses the FTP Connection. I would like to know if I am missing any steps :-
    1. Selected my specific connnection in the connection factory
    2. Changed the password through properties tab
    3. Checking the Ftpadapter (under Deployment) and clicking the Update button.
    4. Tried both option - Update application and Redeploy option.
    5. It gives me messages the changes were succesfull
    6. I click the Active Changes button again
    7. It gets me to the logon page and I relogon to Weblogic console
    8. When I recheck the password for my FTP connection it does not reflect the change.
    Am I missing anything ? Please advise
    Thanks

    Thanks Arik for response. I figured it our earlier that I was not pressing the ENTER key after changing the password but just clicking the SAVE button. Well, I have to pull my self out of these kind of beginner blunders.
    Since I passed over the hurdle, can I bug you with related question :-
    I have the BPEL process that actually is polling for a file using FTP adapter on one of our servers. (This FTP password is not the one I changed in above steps). The same BPEL process after reading the file transforms the XML And sends the output to the other FTP server (for which I had changed the password in the above step. However after I went through the password change and update etc the BPEL process has stopped polling the file from the source FTP server. The file is there but it is not getting picked up and the BPEL process is not gettng initiated.
    Do I need to restart the SOA services to make this work ?
    Thanks for your help

  • SAP to XI configuration

    Hi All,
    Can any1 tell the clear procedure of the following
    1. The required to be configuration type of 3rd party system in SLD (System Landscape Directory) for a Business System.
    2. And how Partner Profile should be configured for the Outbound and Inbound IDoc.
    3. And the FTP configuration to transfer the output file to desired location.
    Any  Suggestions and Help will be much Appreciated.
    Thanks & Regds.
    Ramesh.

    Hi Ramesh,
    You can refer the following links.
    http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm
    Go to the above link and navigate thru it to get all the information you want regardingyour configurations.
    >>>>And the FTP configuration to transfer the output file to desired location
    http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm
    Sender file adapter:
    http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm
    Receiver file adapter:
    http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm
    Hope this helps.
    Cheers,
    Chandra

  • Does xi  has the function of FTP?

    Hi all:
         I'd like to implement an IDOC to file or file to file senario. but don't know how to  configure ftp,
    does xi has the function of FTP ?
         Thank you very much!

    Hi
    Yes XI has FTP Adapter functionality
    We can configure FTP adapter as Sender or Receiver. u can use it in File to File and IDoc to File scenario.
    Look Configration Parameter of FTP
    Configuring the Sender File/FTP Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm
    Configuring the Receiver File/FTP Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/content.htm
    Use Scenario for FTP configuration
    Introduction to simple(File-XI-File)scenario and complete walk through for starters(Part1) - File to File Part 1
    Introduction to simple (File-XI-File)scenario and complete walk through for starters(Part2) - File to File Part 2
    http://****************/Tutorials/XI/File2File/page1.htm

  • FTP Receive port not pulling files

    I configured FTP receive location to pull files from FTP server. It is not pulling files and not even giving any error in event log and also provided log file location in properties.
    It is not doing any thing in Production server (Biztalk 2013 (Standared edition),64bit) but same FTP configuration is pulling files in my Development system (Biztalk 2013 Developer edition).
    Can any one help me how to resolve this issue.

    Try the following:
    Disable and enable the FTP Receive location. This could sometime help the configuration to refresh itself.
    Restart the host instance to which the  FTP Receive location configured to.
    Give a wrong password, and see whether you get any warning or any eventlog entries.
    Use any network tracing tools like WireShark which help you to trace the event happening.
    Ensure you're firewall/or remote server from where you're trying to poll for the message is not blocking the file transfer. Sometimes, firewall or any network issue blocks are not reported back to FTP adapter so that it can log it as error/warning. So ensure
    its not an issue due to any network related thing.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

Maybe you are looking for